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

Unified Diff: ports/gimp/build.sh

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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/gimp/build.sh
diff --git a/ports/gimp/build.sh b/ports/gimp/build.sh
index 35b2a4af3c0fcc5e705ef5709ae567014832da41..d24f68874c01fb91bab0828b4995eaf67712e27d 100644
--- a/ports/gimp/build.sh
+++ b/ports/gimp/build.sh
@@ -5,9 +5,7 @@
ConfigureStep() {
EXTRA_CONFIGURE_ARGS+=" --disable-python --without-dbus --without-webkit"
EXTRA_CONFIGURE_ARGS+=" --with-gnu-ld"
- NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
- NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
-
+ EnableCliMain
DefaultConfigureStep
}

Powered by Google App Engine
This is Rietveld 408576698