summaryrefslogtreecommitdiff
path: root/mail/hypermail/patches/patch-ac
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-05 09:46:35 +0000
committerwiz <wiz@pkgsrc.org>2003-03-05 09:46:35 +0000
commit99715877cce550118182089a0af2e2978bf76dc1 (patch)
tree37a2a3945e6fabf6f7eb0e58ffb6ca1c6ba67cde /mail/hypermail/patches/patch-ac
parent1275a47082b00e6ced4af5361c923aee7f1b1d93 (diff)
downloadpkgsrc-99715877cce550118182089a0af2e2978bf76dc1.tar.gz
Update to 2.1.7: Many bug and security fixes; you should upgrade.
Diffstat (limited to 'mail/hypermail/patches/patch-ac')
-rw-r--r--mail/hypermail/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/hypermail/patches/patch-ac b/mail/hypermail/patches/patch-ac
new file mode 100644
index 00000000000..17ddaff6b27
--- /dev/null
+++ b/mail/hypermail/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2003/03/05 09:46:39 wiz Exp $
+
+--- src/Makefile.in.orig Wed Mar 5 10:33:51 2003
++++ src/Makefile.in
+@@ -56,7 +56,7 @@ MAILOBJS= mail.o ../libcgi/libcgi.a
+ .c.o:
+ $(CC) -c $(CFLAGS) $<
+
+-all: pcre/libpcre.a @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
++all: @FNV_DEP@ hypermail$(SUFFIX) mail$(SUFFIX) lang$(SUFFIX)
+
+ pcre/libpcre.a:
+ @cd pcre; $(MAKE) libtool libpcre.a CC="$(CC)" CFLAGS="$(CFLAGS)"