summaryrefslogtreecommitdiff
path: root/textproc/helpdeco/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/helpdeco/patches/patch-af')
-rw-r--r--textproc/helpdeco/patches/patch-af19
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/helpdeco/patches/patch-af b/textproc/helpdeco/patches/patch-af
deleted file mode 100644
index 3e30fd1a0f6..00000000000
--- a/textproc/helpdeco/patches/patch-af
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-af,v 1.1 2004/09/22 17:00:33 ben Exp $
-
---- Makefile.orig Wed Sep 22 09:42:27 2004
-+++ Makefile
-@@ -3,11 +3,11 @@ all: splitmrb zapres helpdeco
- CFLAGS+=-g
-
- splitmrb: splitmrb.c
-- ${CC} ${CFLAGS} -o splitmrb splitmrb.c
-+ ${CC} ${CFLAGS} -o splitmrb splitmrb.c ${LDFLAGS}
- zapres: zapres.c compat.o
-- ${CC} ${CFLAGS} -o zapres zapres.c compat.o
-+ ${CC} ${CFLAGS} -o zapres zapres.c compat.o ${LDFLAGS}
- helpdeco: helpdeco.c helpdec1.c compat.o
-- ${CC} ${CFLAGS} -o helpdeco helpdeco.c helpdec1.c compat.o
-+ ${CC} ${CFLAGS} -o helpdeco helpdeco.c helpdec1.c compat.o ${LDFLAGS}
- compat.o: compat.c
-
- clean: