diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 12:57:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 12:57:17 +0800 |
commit | b22c1be2966fc483b60249730236782c849d4c82 (patch) | |
tree | a7284751010159191f1751093ec0e2229ccad6b3 /games/sol | |
parent | 3d3876b6555746b0aed60717b27117b308681664 (diff) | |
download | freebsd-ports-gnome-b22c1be2966fc483b60249730236782c849d4c82.tar.gz freebsd-ports-gnome-b22c1be2966fc483b60249730236782c849d4c82.tar.zst freebsd-ports-gnome-b22c1be2966fc483b60249730236782c849d4c82.zip |
Fix build for Alpha.
Diffstat (limited to 'games/sol')
-rw-r--r-- | games/sol/files/patch-aa | 20 |
1 files changed, 17 insertions, 3 deletions
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? |