summaryrefslogtreecommitdiff
path: root/net/freewais-sf/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'net/freewais-sf/patches/patch-ai')
-rw-r--r--net/freewais-sf/patches/patch-ai4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freewais-sf/patches/patch-ai b/net/freewais-sf/patches/patch-ai
index 25b179e67f1..f1ecae1dde9 100644
--- a/net/freewais-sf/patches/patch-ai
+++ b/net/freewais-sf/patches/patch-ai
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.1.1.1 1999/05/11 13:56:53 bad Exp $
+$NetBSD: patch-ai,v 1.2 2004/03/09 11:24:04 seb Exp $
--- indexer/Makefile.SH.orig Fri Apr 16 11:59:23 1999
+++ indexer/Makefile.SH Sun May 9 23:14:01 1999
@@ -16,7 +16,7 @@ $NetBSD: patch-ai,v 1.1.1.1 1999/05/11 13:56:53 bad Exp $
$(RM) $@
if test -f $@; then $(MV) $@ $@~; else exit 0; fi
- $(CC) -o $@ waisindex.o $(JLDFLAGS) $(LIBS)
-+ $(LIBTOOL) --mode=link $(CC) -o $@ waisindex.o $(JLDFLAGS) $(LIBS)
++ $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ waisindex.o $(JLDFLAGS) $(LIBS)
install:: waisindex
- $(INSTALL) -c -s -m 555 waisindex $(BIN_EXP)