summaryrefslogtreecommitdiff
path: root/games/xjumpjump/files
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-24 01:54:53 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-24 01:54:53 +0000
commit7b810eafd8ec02a3c7eb68d8e1ed3eebe10f5ee8 (patch)
treebb8e5662508ccb2454769d1cc9ad51e2fea79733 /games/xjumpjump/files
parentI checksummed the wrong release. (diff)
Import of xjumpjump, a logic game for X11.
PR: 6257 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10655
Diffstat (limited to 'games/xjumpjump/files')
-rw-r--r--games/xjumpjump/files/patch-aa35
1 files changed, 35 insertions, 0 deletions
diff --git a/games/xjumpjump/files/patch-aa b/games/xjumpjump/files/patch-aa
new file mode 100644
index 000000000000..6ec68f344099
--- /dev/null
+++ b/games/xjumpjump/files/patch-aa
@@ -0,0 +1,35 @@
+--- Makefile.orig Wed Feb 26 15:21:57 1997
++++ Makefile Thu Apr 23 21:50:56 1998
+@@ -8,16 +8,16 @@
+ # Flags that might be overriden by top makefile
+ #=================================================================
+
+-CC = gcc
+-CCFLAG = -O2 -Wall -fno-strength-reduce
+-LDFLAG = -O
++#CC = gcc
++#CCFLAG = -O2 -Wall -fno-strength-reduce
++#LDFLAG = -O
+ SYSLIB = -lX11 -lm
+-XINCLUDE= -I/usr/X11R6/include
+-XLIB = -L/usr/X11R6/lib
++XINCLUDE= -I$(X11BASE)/include
++XLIB = -L$(X11BASE)/lib
+
+-INSTDIR = /usr/local
++INSTDIR = $(PREFIX)
+ BINDIR = $(INSTDIR)/bin
+-INFODIR = $(INSTDIR)/lib/$(PROG)
++INFODIR = $(INSTDIR)/share/$(PROG)
+ INSTALL = install
+
+ INFODIR_DEFINE = -DINFO_TXT_FILE=\"$(INFODIR)/\"
+@@ -28,7 +28,7 @@
+
+ CFLAGS = $(CCFLAG) $(XINCLUDE)
+ LDFLAGS = $(LDFLAG)
+-LIBS = -lforms $(SYSLIB) $(XLIB)
++LIBS = -lxforms $(SYSLIB) $(XLIB)
+
+ #=================================================================
+