| Index: ports/freeimage/build.sh
|
| diff --git a/ports/freeimage/build.sh b/ports/freeimage/build.sh
|
| index 14ea41ab01bad51062126cd6a5322ba2569d9bf7..8070fa22ce5a3af84ca33e5c06cf77df7be74e6d 100644
|
| --- a/ports/freeimage/build.sh
|
| +++ b/ports/freeimage/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_SHARED}" = "1" ]; then
|
| EXECUTABLES+=" libfreeimage-3.17.0.so"
|
| fi
|
|
|