summaryrefslogtreecommitdiff
path: root/chat/xaric/patches
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-17 10:14:52 +0000
committersbd <sbd@pkgsrc.org>2011-12-17 10:14:52 +0000
commit104d7e5c328e5d1ce3442fca2c6fc3cab7637356 (patch)
treec62f2df2e7f20dfbad7f5fbe8394f3cc71364e53 /chat/xaric/patches
parentd773aa5d7a7b1e20ec9b6b1aad236475b5d6a6fa (diff)
downloadpkgsrc-104d7e5c328e5d1ce3442fca2c6fc3cab7637356.tar.gz
Add missing mk/termcap buildlink.
Respect LDFLAGS Bump PKGREVISION
Diffstat (limited to 'chat/xaric/patches')
-rw-r--r--chat/xaric/patches/patch-Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/xaric/patches/patch-Makefile.in b/chat/xaric/patches/patch-Makefile.in
new file mode 100644
index 00000000000..0a48efa3e7b
--- /dev/null
+++ b/chat/xaric/patches/patch-Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.in,v 1.1 2011/12/17 10:14:52 sbd Exp $
+
+--- Makefile.in.orig 2001-11-24 08:07:57.000000000 +0000
++++ Makefile.in
+@@ -69,7 +69,7 @@ OBJS += $(SRCS:.c=.o)
+
+ # Build xaric!
+ xaric: Makefile $(AUTOHDR) $(OBJS)
+- $(CC) -o xaric $(CFLAGS) $(OBJS) $(LIBS)
++ $(CC) -o xaric $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)
+
+ # generate array indexes automagicly
+ include/fset_gen.h: source/fset.c