summaryrefslogtreecommitdiff
path: root/games/xgalaga/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-28 07:43:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-28 07:43:38 +0000
commit1f4361e168d7dcc1ec80c650e87dd1be991078fd (patch)
treef1dbb34dc9e0b0065b11061d617b7dd987513ab7 /games/xgalaga/files
parentMake this NO_PACKAGE. (diff)
The resurrection of the great video game Galaga. It's as slow as a dog
but if you have a super-fast video card, maybe it will be fun. I don't have a sound card, so that part isn't tested at all.
Notes
Notes: svn path=/head/; revision=2119
Diffstat (limited to 'games/xgalaga/files')
-rw-r--r--games/xgalaga/files/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/xgalaga/files/patch-aa b/games/xgalaga/files/patch-aa
new file mode 100644
index 000000000000..14300c61aa32
--- /dev/null
+++ b/games/xgalaga/files/patch-aa
@@ -0,0 +1,31 @@
+--- ./libsprite/Imakefile.org Mon May 15 17:52:06 1995
++++ ./libsprite/Imakefile Wed May 24 02:30:34 1995
+@@ -1,5 +1,5 @@
+
+- XPMINCLUDE = -I/usr/include/X11
++ XPMINCLUDE = -I$(INCROOT)/X11
+
+ EXTRA_INCLS = $(XPMINCLUDE)
+
+--- ./Imakefile.org Tue May 16 13:28:35 1995
++++ ./Imakefile Wed May 24 03:01:51 1995
+@@ -9,7 +9,7 @@
+ XCOMM your system. If not doing "make install", set this to where the
+ XCOMM files are now.
+
+- XGALAGADIR = /usr/games/xgalaga
++ XGALAGADIR = $(LIBDIR)/xgalaga
+
+ SCOREFILE = $(XGALAGADIR)/.xgalscores
+ SOUNDDIR = $(XGALAGADIR)/sounds
+@@ -32,8 +32,8 @@
+ XCOMM with the standard X libs, you shouldn't need to change this.
+ XCOMM otherwise make these point at wherever you put it.
+
+- XPMLIB = -lXpm
+- XPMINCLUDE = -I/usr/include/X11
++ XPMLIB = -L$(USRLIBDIR) -lXpm
++ XPMINCLUDE = -I$(INCROOT)/X11
+
+ XSPRITELIB = -L./libsprite -lXsprite
+