diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/libshhcards/files/patch-aa | 21 | ||||
-rw-r--r-- | games/sol/files/patch-aa | 20 |
2 files changed, 35 insertions, 6 deletions
diff --git a/games/libshhcards/files/patch-aa b/games/libshhcards/files/patch-aa index 1c57127c01c8..898cd23991b5 100644 --- a/games/libshhcards/files/patch-aa +++ b/games/libshhcards/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Sun Mar 23 03:02:53 1997 -+++ Makefile Wed Sep 30 23:28:35 1998 +--- Makefile.orig Sun Jul 5 11:52:26 1998 ++++ Makefile Sun May 30 21:07:36 1999 @@ -1,14 +1,17 @@ - # $Id: patch-aa,v 1.4 1999/01/10 17:21:34 simokawa Exp $ + # $Id: Makefile,v 1.4 1998/07/05 16:52:26 sverrehu Exp $ DIST = shhcards VERMAJ = 1 -VERMIN = 0 @@ -33,6 +33,21 @@ ########################################################################### +@@ -68,10 +71,10 @@ + endif + + # Alpha at USIT +-ifeq ($(HOSTTYPE),alpha) +-INCDIR = -I. -I/usr/include/X11 -I/usr/local/X11R5/include +-LIBDIR = -L. -L/usr/lib/X11 -L/usr/local/X11R5/lib +-endif ++#ifeq ($(HOSTTYPE),alpha) ++#INCDIR = -I. -I/usr/include/X11 -I/usr/local/X11R5/include ++#LIBDIR = -L. -L/usr/lib/X11 -L/usr/local/X11R5/lib ++#endif + + ########################################################################### + @@ -87,7 +90,11 @@ $(LIBTARGET): $(LIBOBJS) diff --git a/games/sol/files/patch-aa b/games/sol/files/patch-aa index 72e8fe34b763..1b870204ad4c 100644 --- a/games/sol/files/patch-aa +++ b/games/sol/files/patch-aa @@ -1,6 +1,20 @@ ---- Makefile Wed Aug 13 20:37:02 1997 -+++ /home/andy/tmp/wrk/Makefile Sun Apr 12 19:14:29 1998 -@@ -62,7 +62,7 @@ +--- Makefile.orig Sun Jul 5 03:30:26 1998 ++++ Makefile Sun May 30 21:12:31 1999 +@@ -53,16 +53,16 @@ + endif + + # DEC Alpha at USIT +-ifeq ($(HOSTTYPE),alpha) +-INCDIR = -I$$HOME/include -I/usr/include/X11 \ +- -I/usr/local/X11R5/include +-LIBDIR = -L$$HOME/lib/$$HOSTTYPE -L/usr/lib/X11 -L/usr/local/X11R5/lib +-endif ++#ifeq ($(HOSTTYPE),alpha) ++#INCDIR = -I$$HOME/include -I/usr/include/X11 \ ++# -I/usr/local/X11R5/include ++#LIBDIR = -L$$HOME/lib/$$HOSTTYPE -L/usr/lib/X11 -L/usr/local/X11R5/lib ++#endif + ########################################################################### # Where do you want to install the program and the highscore file? |