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

Unified Diff: ports/gdk-pixbuf/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/gdb/nacl.patch ('k') | ports/gegl/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gdk-pixbuf/build.sh
diff --git a/ports/gdk-pixbuf/build.sh b/ports/gdk-pixbuf/build.sh
index e43a40a9749069e57da513cface276cdaf2c5697..7f146041d7bd8468de13bb846c8997ac32ba9aa5 100644
--- a/ports/gdk-pixbuf/build.sh
+++ b/ports/gdk-pixbuf/build.sh
@@ -3,8 +3,7 @@
# found in the LICENSE file.
ConfigureStep() {
- NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
- NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
+ EnableCliMain
EXTRA_CONFIGURE_ARGS+=" --with-x11"
export gio_can_sniff=no
« no previous file with comments | « ports/gdb/nacl.patch ('k') | ports/gegl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698