diff options
author | wiz <wiz> | 2002-02-28 17:23:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-28 17:23:13 +0000 |
commit | 2f58ab8fb70fe3aa51e1fca2d49039a263f08289 (patch) | |
tree | 16a8648ff8ec857a5f4a0410036d0070ae198c04 /games/xfrisk/patches | |
parent | 641697f5544d14f1ab845457bde66638e3228e69 (diff) | |
download | pkgsrc-2f58ab8fb70fe3aa51e1fca2d49039a263f08289.tar.gz |
Fix build on Solaris. Patch provided by Jonathan Perkin in pkg/15763.
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 |