diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-02 13:15:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-02 13:15:56 +0000 |
commit | e113c1fb15fec99486725089b8af9f880c9a09f3 (patch) | |
tree | 3acff3dd476b59cc07656aaa5dab2d1fcaa93dd4 /games/dipmap/patches/patch-ab | |
parent | 10569aa018781ff5302cdcd4085edf3cea2f98cb (diff) | |
download | pkgsrc-e113c1fb15fec99486725089b8af9f880c9a09f3.tar.gz |
Initial import of dipmap-1.16, a tool to draw postscript diplomacy maps
from judge output.
Based on a package by Nate Johnston on netbsd-users, heavily modified
by me.
Diffstat (limited to 'games/dipmap/patches/patch-ab')
-rw-r--r-- | games/dipmap/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/dipmap/patches/patch-ab b/games/dipmap/patches/patch-ab new file mode 100644 index 00000000000..63ef20a05bd --- /dev/null +++ b/games/dipmap/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/10/02 13:15:56 wiz Exp $ + +--- makefile.orig Thu Jul 21 19:50:44 1994 ++++ makefile +@@ -5,7 +5,7 @@ + # Non-test options. Comment (#) out if testing with GDB. + # + +-CFLAGS= -O -DSTRDUP_MISSING -DSTRRSTR_MISSING -DSTRSTR_MISSING ++CFLAGS= -O -DSTRRSTR_MISSING + LDFLAGS= + + # +@@ -28,6 +28,8 @@ + SRCS= mapit.c strdup.c getopt.c strrstr.c strstr.c + + OBJS= mapit.o strdup.o getopt.o strrstr.o strstr.o ++ ++all: ${PRG} + + ${PRG}: ${OBJS} + ${CC} ${LDFLAGS} -o ${PRG} ${OBJS} ${LIBS} |