diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-30 00:12:22 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-30 00:12:22 +0000 |
commit | 8b4ec917e33c373b1689bf38541cadd0d1d38eb7 (patch) | |
tree | ba4384699363c5158df6f2e4523975ab7ae72807 /games/xgalaga/files | |
parent | d69aff6967e0e1934be1f77900e918cc1a52fe6a (diff) | |
download | ports-8b4ec917e33c373b1689bf38541cadd0d1d38eb7.tar.gz ports-8b4ec917e33c373b1689bf38541cadd0d1d38eb7.zip |
Notes
Diffstat (limited to 'games/xgalaga/files')
-rw-r--r-- | games/xgalaga/files/patch-aa | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/games/xgalaga/files/patch-aa b/games/xgalaga/files/patch-aa index 14300c61aa32..01cbbcb835be 100644 --- a/games/xgalaga/files/patch-aa +++ b/games/xgalaga/files/patch-aa @@ -7,8 +7,8 @@ EXTRA_INCLS = $(XPMINCLUDE) ---- ./Imakefile.org Tue May 16 13:28:35 1995 -+++ ./Imakefile Wed May 24 03:01:51 1995 +--- Imakefile.orig Sat Nov 30 01:02:20 1996 ++++ Imakefile Sat Nov 30 01:04:33 1996 @@ -9,7 +9,7 @@ XCOMM your system. If not doing "make install", set this to where the XCOMM files are now. @@ -18,7 +18,7 @@ SCOREFILE = $(XGALAGADIR)/.xgalscores SOUNDDIR = $(XGALAGADIR)/sounds -@@ -32,8 +32,8 @@ +@@ -18,8 +18,8 @@ XCOMM with the standard X libs, you shouldn't need to change this. XCOMM otherwise make these point at wherever you put it. @@ -29,3 +29,15 @@ XSPRITELIB = -L./libsprite -lXsprite +@@ -141,9 +141,9 @@ + #endif + + #ifdef PCSP_ONLY +- PCSPDEF = -DPCSP_ONLY=1 ++ PCSPDEF = -DPCSP_ONLY=1 + #else +- PCSPDEF = -DPCSP_ONLY=0 ++ PCSPDEF = -DPCSP_ONLY=0 + #endif + + #ifndef SOUND |