diff options
author | agc <agc> | 2002-02-27 21:38:46 +0000 |
---|---|---|
committer | agc <agc> | 2002-02-27 21:38:46 +0000 |
commit | 2d1faf67466ddd57f2becc57e6d085b68c992463 (patch) | |
tree | dea0b5fc7c1772abf89381088dad3ae61f7abd07 /games/xfrisk/patches | |
parent | 1b6f78d5524f33b2313f5eec94b0ecfa5f6b8437 (diff) | |
download | pkgsrc-2d1faf67466ddd57f2becc57e6d085b68c992463.tar.gz |
Initial import of xfrisk-1.2 into the NetBSD packages collection.
XFrisk is a computer version of the classic Risk board game. It is a
multiplayer game played on a TCP/IP network, uses the X11 window system
for graphics and runs on most UNIX and UNIX-like platforms.
Provided in PR 15725 by Jonathon Perkin (sketch@rd.bbc.co.uk), modified
slightly by myself.
Diffstat (limited to 'games/xfrisk/patches')
-rw-r--r-- | games/xfrisk/patches/patch-aa | 29 |
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 + |