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

Unified Diff: ports/xkbcomp/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/xeyes/build.sh ('k') | ports/xorg-server/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/xkbcomp/build.sh
diff --git a/ports/xkbcomp/build.sh b/ports/xkbcomp/build.sh
index 0f603b68a889ad619c07a6d1a210d9eb3fb9832e..86c5b7cea1194c6d6588b885c9b6624a22a701bb 100644
--- a/ports/xkbcomp/build.sh
+++ b/ports/xkbcomp/build.sh
@@ -4,9 +4,9 @@
EXTRA_CONFIGURE_ARGS+=" --datarootdir=/share"
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-export LIBS="-lX11 -lxcb -lXau ${NACL_CLI_MAIN_LIB}"
+NACLPORTS_LIBS+=" -lX11 -lxcb -lXau"
+EnableCliMain
EnableGlibcCompat
InstallStep() {
« no previous file with comments | « ports/xeyes/build.sh ('k') | ports/xorg-server/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698