summaryrefslogtreecommitdiff
path: root/mail/enma/patches/patch-ac
diff options
context:
space:
mode:
authorobache <obache>2009-04-09 02:25:37 +0000
committerobache <obache>2009-04-09 02:25:37 +0000
commit63b6aeadd8f07eac67ef27b772b1fee7acd3f95c (patch)
tree8b1de98a3fffbd7175c38c86bb04d087388b24c2 /mail/enma/patches/patch-ac
parentc26cdc26ec8659e73ef2561197b2deec891acefb (diff)
downloadpkgsrc-63b6aeadd8f07eac67ef27b772b1fee7acd3f95c.tar.gz
Update enma to 1.1.0.
* support DKIM (verification only) and DKIM ADSP * support exclusion address list to avoid authentication
Diffstat (limited to 'mail/enma/patches/patch-ac')
-rw-r--r--mail/enma/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/enma/patches/patch-ac b/mail/enma/patches/patch-ac
new file mode 100644
index 00000000000..b624fbcc75f
--- /dev/null
+++ b/mail/enma/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2009/04/09 02:25:38 obache Exp $
+
+--- configure.orig 2009-03-02 05:01:02.000000000 +0000
++++ configure
+@@ -4170,8 +4170,8 @@ fi
+
+
+ CFLAGS="$CFLAGS -std=gnu99 -Wall -Wextra"
+-CPPFLAGS="$CPPFLAGS -I$includedir -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
+-LDFLAGS="$LDFLAGS -L$libdir -lpthread"
++CPPFLAGS="$CPPFLAGS -I$includedir $PTHREAD_CFLAGS"
++LDFLAGS="$LDFLAGS -L$libdir $PTHREAD_LDFLAGS $PTHREAD_LIBS"
+
+ { echo "$as_me:$LINENO: checking for __res_ndestroy in -lbind" >&5
+ echo $ECHO_N "checking for __res_ndestroy in -lbind... $ECHO_C" >&6; }