| Index: ports/imagemagick/build.sh
|
| diff --git a/ports/imagemagick/build.sh b/ports/imagemagick/build.sh
|
| index 6533d7c918aab9454244710deac5b75da9d5d42c..3f7f4923834017199cc42802528e8ba0224778d0 100644
|
| --- a/ports/imagemagick/build.sh
|
| +++ b/ports/imagemagick/build.sh
|
| @@ -1,7 +1,7 @@
|
| # Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -
|
| +NACLPORTS_CPPFLAGS+=" ${NACL_EXCEPTIONS_FLAG}"
|
| if [ "${NACL_LIBC}" = "newlib" ]; then
|
| # TODO(sbc): remove once this is fixed:
|
| # https://code.google.com/p/nativeclient/issues/detail?id=3790
|
|
|