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

Unified Diff: ports/font-util/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/findutils/nacl.patch ('k') | ports/fontconfig/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/font-util/build.sh
diff --git a/ports/font-util/build.sh b/ports/font-util/build.sh
index 5176d01f350e9b63c43811522c367dac74fe76f2..5d3a77144aaa15f512b0bacca9c8a8f765a8dea6 100644
--- a/ports/font-util/build.sh
+++ b/ports/font-util/build.sh
@@ -8,9 +8,7 @@ HOST_INSTALL_DIR=${WORK_DIR}/install_host
EXECUTABLES="bdftruncate${NACL_EXEEXT} ucs2any${NACL_EXEEXT}"
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-NACLPORTS_LDFLAGS+=" -Dmain=nacl_main"
-export LIBS="${NACL_CLI_MAIN_LIB}"
+EnableCliMain
EnableGlibcCompat
« no previous file with comments | « ports/findutils/nacl.patch ('k') | ports/fontconfig/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698