diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-24 16:25:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-24 16:25:23 +0000 |
commit | 5ae2a002992c732e8b9a889ecfca3b96b2ddda4c (patch) | |
tree | dee73d2b13f4a12585f7a0d05a7c3e2c92286590 /games/scare/files/xglk.patch | |
parent | 1378a6713f82c34f89d4a7d046ee37f886afef6b (diff) | |
download | ports-5ae2a002992c732e8b9a889ecfca3b96b2ddda4c.tar.gz ports-5ae2a002992c732e8b9a889ecfca3b96b2ddda4c.zip |
Notes
Diffstat (limited to 'games/scare/files/xglk.patch')
-rw-r--r-- | games/scare/files/xglk.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games/scare/files/xglk.patch b/games/scare/files/xglk.patch deleted file mode 100644 index 809c40007423..000000000000 --- a/games/scare/files/xglk.patch +++ /dev/null @@ -1,22 +0,0 @@ -Properly enable the xglk build if the XGLK port option has been turned on. - ---- source/Makefile.orig -+++ source/Makefile -@@ -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) --sinclude $(GLKPATH)/Make.$(GLK) -+.include "$(LOCALBASE)/share/xglk/Make.$(GLK)" - GLKLIBS = -L$(GLKPATH) $(GLKLIB) $(LINKLIBS) - - # Always use the Bourne shell. -@@ -134,7 +134,7 @@ - - os_glk.o: os_glk.c $(HEADERS) - $(CC) $(GLKARCH) $(CFLAGS) -Wno-write-strings \ -- -I $(GLKDIR)/$(GLK) -c -o $@ $< -+ -DLINUX_GRAPHICS -I${LOCALBASE}/include/xglk -c -o $@ $< - - # Option to build an IFP plugin version of SCARE. - scare_plugin.c: scare.hdr |