summaryrefslogtreecommitdiff
path: root/games/xfrisk/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/xfrisk/patches/patch-aa')
-rw-r--r--games/xfrisk/patches/patch-aa29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xfrisk/patches/patch-aa b/games/xfrisk/patches/patch-aa
new file mode 100644
index 00000000000..7690010e82e
--- /dev/null
+++ b/games/xfrisk/patches/patch-aa
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/02/27 21:38:46 agc Exp $
+
+--- Makefile.orig Sun Feb 24 21:34:38 2002
++++ Makefile Sun Feb 24 22:01:06 2002
+@@ -77,11 +77,11 @@
+ #CFLAGS+=-DTEST_GAME
+
+ ## Initial linker options
+-LDFLAGS=
++LDFLAGS=-Wl,-R/usr/X11R6/lib
+
+ ## Installation prefix
+ # Adjust to taste. Stuff gets installed here.
+-PREFIX=/usr/local
++#PREFIX=${X11BASE}
+ #PREFIX=/usr/local/X11
+
+ ## X11 location and options
+@@ -92,8 +92,8 @@
+ #XDIR=/usr/openwin
+
+ # try Xaw if you don't have Xaw3d
+-#XAW=Xaw
+-XAW=Xaw3d
++XAW=Xaw
++#XAW=Xaw3d
+
+ XLIBS=-L$(XDIR)/lib -l$(XAW) -lXext -lXmu -lXt -lSM -lICE -lX11
+