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

Unified Diff: ports/fvwm/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/fuseiso/README.nacl ('k') | ports/gawk/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/fvwm/build.sh
diff --git a/ports/fvwm/build.sh b/ports/fvwm/build.sh
index 62ad297c7c1c5f54fd148c2c639de8b60bd9c129..15ebe77cb216b6912358a62f0d3a5f0c0240fe30 100644
--- a/ports/fvwm/build.sh
+++ b/ports/fvwm/build.sh
@@ -9,8 +9,6 @@ EXTRA_CONFIGURE_ARGS+=" --with-bidi=no"
EXTRA_CONFIGURE_ARGS+=" --with-gnome=no"
EXTRA_CONFIGURE_ARGS+=" --disable-shm"
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-
export ac_cv_func_setpgrp_void=no
EXECUTABLES="\
@@ -46,8 +44,9 @@ EXECUTABLES="\
bin/fvwm-root${NACL_EXEEXT}"
NACLPORTS_LIBS+="\
- -lXext -lXmu -lSM -lICE -lXt -lX11 -lxcb -lXau -lm ${NACL_CLI_MAIN_LIB}"
+ -lXext -lXmu -lSM -lICE -lXt -lX11 -lxcb -lXau -lm"
+EnableCliMain
EnableGlibcCompat
if [ "${TOOLCHAIN}" = "pnacl" ]; then
« no previous file with comments | « ports/fuseiso/README.nacl ('k') | ports/gawk/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698