diff options
Diffstat (limited to 'games/xfrisk/patches')
-rw-r--r-- | games/xfrisk/patches/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/games/xfrisk/patches/patch-aa b/games/xfrisk/patches/patch-aa index 7690010e82e..fd8226bf420 100644 --- a/games/xfrisk/patches/patch-aa +++ b/games/xfrisk/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/02/27 21:38:46 agc Exp $ +$NetBSD: patch-aa,v 1.2 2002/02/28 17:23:14 wiz Exp $ --- Makefile.orig Sun Feb 24 21:34:38 2002 +++ Makefile Sun Feb 24 22:01:06 2002 @@ -27,3 +27,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/02/27 21:38:46 agc Exp $ XLIBS=-L$(XDIR)/lib -l$(XAW) -lXext -lXmu -lXt -lSM -lICE -lX11 +@@ -106,7 +106,7 @@ + # System V (Solaris, Irix, etc.) will probably want -lsocket -lnsl. + #LIBS=-lsocket -lnsl + # on other systems leave LIBS blank for now +-LIBS= ++#LIBS= + + # On some systems -DNARROWPROTO is needed for working Xaw scrollbars + # This includes FreeBSD 3.x and recent Linux |