summaryrefslogtreecommitdiff
path: root/mail/milter-regex/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/milter-regex/patches/patch-ab')
-rw-r--r--mail/milter-regex/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/milter-regex/patches/patch-ab b/mail/milter-regex/patches/patch-ab
new file mode 100644
index 00000000000..4d5962e34ed
--- /dev/null
+++ b/mail/milter-regex/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/04/30 17:11:25 joerg Exp $
+
+--- Makefile.orig 2006-04-30 17:05:50.000000000 +0000
++++ Makefile
+@@ -6,7 +6,7 @@ MAN= milter-regex.8
+
+ CFLAGS+= -Wall -Wstrict-prototypes -g
+ CFLAGS+= -I/usr/src/gnu/usr.sbin/sendmail/include
+-LDADD+= -lmilter -lpthread
++LDADD+= -lmilter ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+
+ .include <bsd.prog.mk>
+