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

Unified Diff: examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase Created 7 years, 11 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 | « examples/audio/openal-ogg/nacl-openal-ogg.sh ('k') | examples/games/nethack-3.4.3/nacl-nethack-3.4.3.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch
diff --git a/examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch b/examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch
index 0112d2a97ab8e84f1f59b3ce2490eab6dc53e1f0..335e1209a584fff63765b2e999c7e03006188f58 100644
--- a/examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch
+++ b/examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch
@@ -257,7 +257,7 @@ diff -Naur nethack-3.4.3-orig/sys/unix/Makefile.src nethack-3.4.3/sys/unix/Makef
-CFLAGS = -O -I../include
-LFLAGS =
-+CFLAGS := $(NACL_CCFLAGS) -I../include -I$(NACL_SDK_USR_INCLUDE)/ncurses
++CFLAGS := $(NACL_CCFLAGS) -I../include -I$(NACLPORTS_INCLUDE)/ncurses
+LFLAGS = $(NACL_LDFLAGS)
# The Qt and Be window systems are written in C++, while the rest of
« no previous file with comments | « examples/audio/openal-ogg/nacl-openal-ogg.sh ('k') | examples/games/nethack-3.4.3/nacl-nethack-3.4.3.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698