diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-28 07:39:25 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-28 07:39:25 +0000 |
commit | 6d45df077a8c3bf178754d69dd706285dc33b9de (patch) | |
tree | 3b3b78c51e6d568f0173ee162bcea9ef25882687 /games/xgalaga/files | |
parent | 65034b60906b63fa79ab78ae8b84e2556780a036 (diff) |
Notes
Diffstat (limited to 'games/xgalaga/files')
-rw-r--r-- | games/xgalaga/files/patch-aa | 68 |
1 files changed, 25 insertions, 43 deletions
diff --git a/games/xgalaga/files/patch-aa b/games/xgalaga/files/patch-aa index 01cbbcb835be..cfb6a4a5abc0 100644 --- a/games/xgalaga/files/patch-aa +++ b/games/xgalaga/files/patch-aa @@ -1,43 +1,25 @@ ---- ./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.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. - -- XGALAGADIR = /usr/games/xgalaga -+ XGALAGADIR = $(LIBDIR)/xgalaga - - SCOREFILE = $(XGALAGADIR)/.xgalscores - SOUNDDIR = $(XGALAGADIR)/sounds -@@ -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. - -- XPMLIB = -lXpm -- XPMINCLUDE = -I/usr/include/X11 -+ XPMLIB = -L$(USRLIBDIR) -lXpm -+ XPMINCLUDE = -I$(INCROOT)/X11 - - 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 +--- Makefile.in.orig Sun Apr 12 10:10:46 1998 ++++ Makefile.in Thu May 28 09:41:05 1998 +@@ -43,11 +43,12 @@ + $(CC) $(LDFLAGS) -o $(SOUNDSRV) $(SOUNDOBJS) $(SOUNDLIBS) + + install: all +- mkinstalldirs $(bindir) ++ ./mkinstalldirs $(bindir) ++ ./mkinstalldirs $(prefix) + $(INSTALL) $(TARGET) $(bindir)/$(TARGET) + $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV) +- mkinstalldirs $(prefix)/sounds +- mkinstalldirs $(prefix)/levels ++ ./mkinstalldirs $(prefix)/sounds ++ ./mkinstalldirs $(prefix)/levels + for i in levels/*.xgl; do $(INSTALL) $$i $(prefix)/$$i ; done + for i in sounds/*.raw; do $(INSTALL) $$i $(prefix)/$$i ; done + +@@ -75,4 +76,4 @@ + cd libsprite;$(MAKE) distclean + + depend: +- makedepend $(CFLAGS) $(SRCS) +\ No newline at end of file ++ makedepend $(CFLAGS) $(SRCS) |