diff options
Diffstat (limited to 'net/ipsorc/files/patch-ab')
-rw-r--r-- | net/ipsorc/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipsorc/files/patch-ab b/net/ipsorc/files/patch-ab new file mode 100644 index 000000000000..a27a02dfc1e3 --- /dev/null +++ b/net/ipsorc/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Dec 2 14:25:31 2001 ++++ Makefile Sun Dec 2 14:25:45 2001 +@@ -6,6 +6,8 @@ + CON = sorcery.c spells.c ipsorcery.c + #OBJS = $(SRC:.c=.o) + ++all: con gtk ++ + con: + $(CC) -g -O2 -Wall -ansi $(CON) -o ipmagic + |