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

Unified Diff: ports/texinfo/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/tcl/build.sh ('k') | ports/texlive/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/texinfo/build.sh
diff --git a/ports/texinfo/build.sh b/ports/texinfo/build.sh
index 4ee22d8963de3db5c22bd85b645bbba106d54e96..68ccd0827271f2b159cd01018bd6f90a636596a0 100644
--- a/ports/texinfo/build.sh
+++ b/ports/texinfo/build.sh
@@ -3,9 +3,8 @@
# found in the LICENSE file.
export ac_cv_func_sigaction=yes
-NACLPORTS_LIBS+=" ${NACL_CLI_MAIN_LIB}"
-NACLPORTS_CFLAGS+=" -Dmain=nacl_main"
+EnableCliMain
EnableGlibcCompat
if [ "${NACL_ARCH}" = "pnacl" ]; then
« no previous file with comments | « ports/tcl/build.sh ('k') | ports/texlive/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698