Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: ports/freeimage/build.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« make_all.sh ('K') | « ports/ffmpeg/nacl.patch ('k') | ports/gnutls/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698