diff options
Diffstat (limited to 'games/quakeforge/patches/patch-ad')
-rw-r--r-- | games/quakeforge/patches/patch-ad | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/quakeforge/patches/patch-ad b/games/quakeforge/patches/patch-ad index 50e5c61a19e..1950c0bba90 100644 --- a/games/quakeforge/patches/patch-ad +++ b/games/quakeforge/patches/patch-ad @@ -1,20 +1,20 @@ -$NetBSD: patch-ad,v 1.1 2004/07/14 00:17:58 hubertf Exp $ +$NetBSD: patch-ad,v 1.2 2004/08/25 20:26:18 snj Exp $ ---- ruamoko/cl_menu/Makefile.in.orig 2003-07-18 04:25:13.000000000 +0200 -+++ ruamoko/cl_menu/Makefile.in -@@ -332,7 +332,7 @@ QFCC_DEP = $(top_builddir)/tools/qfcc/so +--- ruamoko/cl_menu/Makefile.in.orig 2004-05-02 13:52:34.000000000 -0700 ++++ ruamoko/cl_menu/Makefile.in 2004-08-24 15:22:17.000000000 -0700 +@@ -361,7 +361,7 @@ QFCC_DEP = $(top_builddir)/tools/qfcc/so QFCC = $(QFCC_DEP) QCFLAGS = -qq -g -Werror QCPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/ruamoko/include -I$(top_srcdir)/ruamoko/include -I$(top_builddir)/include -I$(top_srcdir)/include -GZIP = if echo $@ | grep -q .gz; then gzip -f `basename $@ .gz`; if test -f `basename $@ .dat.gz`.sym; then gzip -f `basename $@ .dat.gz`.sym; fi; fi +XGZIP = if echo $@ | grep -q .gz; then gzip -f `basename $@ .gz`; if test -f `basename $@ .dat.gz`.sym; then gzip -f `basename $@ .dat.gz`.sym; fi; fi - @HAVE_ZLIB_TRUE@GZ = .gz @HAVE_ZLIB_FALSE@GZ = + @HAVE_ZLIB_TRUE@GZ = .gz + menu_data = menu.dat$(GZ) +@@ -571,7 +571,7 @@ uninstall-am: uninstall-info-am uninstal -@@ -537,7 +537,7 @@ uninstall-am: uninstall-info-am uninstal - - menu.dat$(GZ): $(menu_obj) $(QFCC_DEP) ../lib/libgui.a ../lib/libcsqc.a ../lib/libr.a - $(QFCC) $(QCFLAGS) -p $(STRIP) -o menu.dat $(menu_obj) ../lib/libgui.a ../lib/libcsqc.a ../lib/libr.a + menu.dat$(GZ): $(menu_obj) $(QFCC_DEP) ../lib/libcsqc.a ../lib/libr.a ../gui/libgui.a + $(QFCC) $(QCFLAGS) -p $(STRIP) -o menu.dat $(menu_obj) ../gui/libgui.a ../lib/libcsqc.a ../lib/libr.a - $(GZIP) + $(XGZIP) # Tell versions [3.59,3.63) of GNU make to not export all variables. |