diff options
Diffstat (limited to 'misc/ipbt/patches/patch-aa')
-rw-r--r-- | misc/ipbt/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/ipbt/patches/patch-aa b/misc/ipbt/patches/patch-aa new file mode 100644 index 00000000000..81b56d6c168 --- /dev/null +++ b/misc/ipbt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/06/08 06:07:25 pooka Exp $ + +--- Makefile.orig 2007-04-19 15:24:41.000000000 +0300 ++++ Makefile 2007-06-08 08:57:16.000000000 +0300 +@@ -7,7 +7,7 @@ + wcwidth.o xenc.o + + ipbt: $(IPBT) +- $(CC) $(LFLAGS) -o ipbt $(IPBT) -lm -lncurses ++ $(CC) $(LDFLAGS) -o ipbt $(IPBT) -lm -lncurses + + be_none.o: be_none.c putty.h puttyps.h unix.h charset.h network.h misc.h \ + puttymem.h |