diff options
Diffstat (limited to 'mail/enma/patches')
-rw-r--r-- | mail/enma/patches/patch-aa | 12 | ||||
-rw-r--r-- | mail/enma/patches/patch-ab | 15 | ||||
-rw-r--r-- | mail/enma/patches/patch-ac | 15 |
3 files changed, 15 insertions, 27 deletions
diff --git a/mail/enma/patches/patch-aa b/mail/enma/patches/patch-aa deleted file mode 100644 index fa2a3b723a0..00000000000 --- a/mail/enma/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/09/05 07:23:44 obache Exp $ - ---- libsidf/src/sidfrequest.c.orig 2008-08-13 15:44:32.000000000 +0000 -+++ libsidf/src/sidfrequest.c -@@ -18,6 +18,7 @@ RCSID("$Id: sidfrequest.c 348 2008-08-13 - #include <assert.h> - #include <sys/socket.h> - #include <arpa/nameser.h> -+#include <netinet/in.h> - #include <netdb.h> - #include <resolv.h> - // #include <isc/misc.h> diff --git a/mail/enma/patches/patch-ab b/mail/enma/patches/patch-ab deleted file mode 100644 index 4357ad80dc4..00000000000 --- a/mail/enma/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2008/09/05 07:23:44 obache Exp $ - ---- enma/etc/Makefile.in.orig 2008-08-21 14:22:29.000000000 +0000 -+++ enma/etc/Makefile.in -@@ -29,8 +29,8 @@ OBJS := $(patsubst %.c,%.o,$(SRCS)) - all: - - install: -- $(INSTALL) -d $(sysconfdir) -- $(INSTALL_DATA) -c enma.conf.sample $(sysconfdir) -+ $(INSTALL) -d $(DESTDIR)$(sysconfdir) -+ $(INSTALL_DATA) -c enma.conf.sample $(DESTDIR)$(sysconfdir) - - clean: - rm -rf *~ 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; } |