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

Unified Diff: ports/gegl/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
« no previous file with comments | « ports/gdk-pixbuf/build.sh ('k') | ports/geturl/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gegl/build.sh
diff --git a/ports/gegl/build.sh b/ports/gegl/build.sh
index 1ee5c302be3d5ad789229e8d1d635c5442a031c6..e19f223b434f6c6a66fc8ae2a87010ac6a2e9d0f 100644
--- a/ports/gegl/build.sh
+++ b/ports/gegl/build.sh
@@ -6,7 +6,6 @@ ConfigureStep() {
EnableGlibcCompat
EXTRA_CONFIGURE_ARGS+=" --disable-docs"
NACLPORTS_CFLAGS+=" -std=gnu99"
- NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
- NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
+ EnableCliMain
DefaultConfigureStep
}
« no previous file with comments | « ports/gdk-pixbuf/build.sh ('k') | ports/geturl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698