diff options
Diffstat (limited to 'net/icsi-finger/patches/patch-ac')
-rw-r--r-- | net/icsi-finger/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/icsi-finger/patches/patch-ac b/net/icsi-finger/patches/patch-ac new file mode 100644 index 00000000000..98cad37038c --- /dev/null +++ b/net/icsi-finger/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2004/09/10 19:47:43 wiz Exp $ + +--- Makefile.orig 1998-04-04 21:27:42.000000000 +0200 ++++ Makefile +@@ -98,7 +98,7 @@ dirs: FRC + $(SRC)$(MKFILE): support/cpp-Makefile Makefile config.h + cp $(SUPPORT)cpp-Makefile $(SRC)tmp-Makefile.c + (cd $(SRC); $(CPP) $(CPP_ARGS) tmp-Makefile.c \ +- | sed 's@[ ]*$$@@' | uniq >$(MKFILE)) ++ | sed -e 's@[ ]*$$@@' -e 's@^ *@ @' | uniq >$(MKFILE)) + rm -f $(SRC)tmp-Makefile.c + + # Subsequent lines contain targets that are correctly handled by an |