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

Unified Diff: ports/findutils/nacl.patch

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/build.sh ('k') | ports/font-util/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/findutils/nacl.patch
diff --git a/ports/findutils/nacl.patch b/ports/findutils/nacl.patch
index da653dac5080a3886d0e4dc0d89c9e6cf853085f..f4bb503887f6168e3d9b755395097b42eb3cfd57 100644
--- a/ports/findutils/nacl.patch
+++ b/ports/findutils/nacl.patch
@@ -10,22 +10,6 @@ diff --git a/find/Makefile.in b/find/Makefile.in
ARFLAGS = cru
libfindtools_a_AR = $(AR) $(ARFLAGS)
libfindtools_a_LIBADD =
-@@ -691,13 +691,13 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
- done; rm -f c$${pid}_.???; exit $$bad
- find$(EXEEXT): $(find_OBJECTS) $(find_DEPENDENCIES)
- @rm -f find$(EXEEXT)
-- $(LINK) $(find_OBJECTS) $(find_LDADD) $(LIBS)
-+ $(LINK) $(find_OBJECTS) $(find_LDADD) ${NACL_CLI_MAIN_LIB} $(LIBS)
- ftsfind$(EXEEXT): $(ftsfind_OBJECTS) $(ftsfind_DEPENDENCIES)
- @rm -f ftsfind$(EXEEXT)
- $(LINK) $(ftsfind_OBJECTS) $(ftsfind_LDADD) $(LIBS)
- oldfind$(EXEEXT): $(oldfind_OBJECTS) $(oldfind_DEPENDENCIES)
- @rm -f oldfind$(EXEEXT)
-- $(LINK) $(oldfind_OBJECTS) $(oldfind_LDADD) $(LIBS)
-+ $(LINK) $(oldfind_OBJECTS) $(oldfind_LDADD) ${NACL_CLI_MAIN_LIB} $(LIBS)
-
- mostlyclean-compile:
- -rm -f *.$(OBJEXT)
diff --git a/find/ftsfind.c b/find/ftsfind.c
--- a/find/ftsfind.c
+++ b/find/ftsfind.c
« no previous file with comments | « ports/findutils/build.sh ('k') | ports/font-util/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698