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

Unified Diff: ports/gzip/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/gtk+/nacl.patch ('k') | ports/harfbuzz/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gzip/build.sh
diff --git a/ports/gzip/build.sh b/ports/gzip/build.sh
index e45fb723a33865a4fe18cc793e2cb8d63a785168..e1a9182112a17bc8ac832f0018e924a5d591bbd5 100644
--- a/ports/gzip/build.sh
+++ b/ports/gzip/build.sh
@@ -6,8 +6,7 @@ EXECUTABLES=gzip${NACL_EXEEXT}
ConfigureStep() {
EnableGlibcCompat
- NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
- NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
+ EnableCliMain
export gzip_cv_assembler=no
export gl_cv_header_wchar_h_correct_inline=yes
« no previous file with comments | « ports/gtk+/nacl.patch ('k') | ports/harfbuzz/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698