summaryrefslogtreecommitdiff
path: root/chat/xaric/patches/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xaric/patches/patch-Makefile.in')
-rw-r--r--chat/xaric/patches/patch-Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/chat/xaric/patches/patch-Makefile.in b/chat/xaric/patches/patch-Makefile.in
deleted file mode 100644
index 0a48efa3e7b..00000000000
--- a/chat/xaric/patches/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$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