aboutsummaryrefslogtreecommitdiff
path: root/games/scare/files/xglk.patch
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2006-09-26 19:51:10 +0000
committerPeter Pentchev <roam@FreeBSD.org>2006-09-26 19:51:10 +0000
commit97f5b7fc77d5bb0b796afcb59619d7c805a99510 (patch)
treeb3e183917262dd4c7ea7f390491735de531a811d /games/scare/files/xglk.patch
parent1e12fc4ec7a586d36135eac8ce05dc81f82dfee1 (diff)
downloadports-97f5b7fc77d5bb0b796afcb59619d7c805a99510.tar.gz
ports-97f5b7fc77d5bb0b796afcb59619d7c805a99510.zip
Notes
Diffstat (limited to 'games/scare/files/xglk.patch')
-rw-r--r--games/scare/files/xglk.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/games/scare/files/xglk.patch b/games/scare/files/xglk.patch
index 454621c2deb4..8f92bb477e9f 100644
--- a/games/scare/files/xglk.patch
+++ b/games/scare/files/xglk.patch
@@ -1,6 +1,6 @@
---- Makefile.orig Fri Apr 30 08:05:12 2004
-+++ Makefile Fri Feb 4 22:18:07 2005
-@@ -68,7 +68,7 @@
+--- Makefile.orig Tue Sep 26 22:15:12 2006
++++ Makefile Tue Sep 26 22:17:36 2006
+@@ -73,7 +73,7 @@
# If your make can't handle sinclude or -include, and you're not building
# for Glk, comment out the include line.
GLKPATH = $(GLKDIR)/$(GLK)
@@ -9,12 +9,12 @@
GLKLIBS = -L$(GLKPATH) $(GLKLIB) $(LINKLIBS)
# Always use the Bourne shell.
-@@ -121,7 +121,7 @@
- $(LDLIBS) $(GLKLIBS)
+@@ -127,7 +127,7 @@
os_glk.o: os_glk.c $(HEADERS)
-- $(CC) $(GLKARCH) $(CFLAGS) -c -o $@ $<
-+ $(CC) $(GLKARCH) $(CFLAGS) -DLINUX_GRAPHICS -I${X11BASE}/include/xglk -c -o $@ $<
+ $(CC) $(GLKARCH) $(CFLAGS) -Wno-write-strings \
+- -I $(GLKDIR)/$(GLK) -c -o $@ $<
++ -DLINUX_GRAPHICS -I${X11BASE}/include/xglk -c -o $@ $<
# Option to build an IFP plugin version of SCARE.
scare_plugin.c: scare.hdr