mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
18 lines
571 B
Plaintext
18 lines
571 B
Plaintext
$NetBSD: patch-ab,v 1.2 2008/08/09 17:26:36 tron Exp $
|
|
|
|
--- Makefile.orig 2007-01-11 15:49:52.000000000 +0000
|
|
+++ Makefile 2008-07-31 11:53:15.000000000 +0100
|
|
@@ -4,9 +4,9 @@
|
|
SRCS= milter-regex.c eval.c parse.y
|
|
MAN= milter-regex.8
|
|
|
|
-CFLAGS+= -Wall -Wstrict-prototypes -O0 -g
|
|
-CFLAGS+= -I/usr/src/gnu/usr.sbin/sendmail/include -I..
|
|
-LDADD+= -lmilter -lpthread -g
|
|
+CFLAGS+= -Wall -Wstrict-prototypes
|
|
+#CFLAGS+= -I/usr/src/gnu/usr.sbin/sendmail/include -I..
|
|
+LDADD+= -lmilter ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
|
|
|
|
install:
|
|
sudo rm -rf /usr/local/libexec/milter-regex
|