summaryrefslogtreecommitdiff
path: root/mail/elmo
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-20 00:40:08 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-20 00:40:08 +0000
commitf87ef69deb1b2b7fcf7a288f8b3a30abf25f9fb2 (patch)
tree654ea0f70aaa9e81d142d61cdf8c87e961831d06 /mail/elmo
parent586e4f6ecb30c860bf6f73aac2637896fbf179d7 (diff)
downloadpkgsrc-f87ef69deb1b2b7fcf7a288f8b3a30abf25f9fb2.tar.gz
Ignore portability of configure.in after patching configure
Diffstat (limited to 'mail/elmo')
-rw-r--r--mail/elmo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
index 489986069e1..f6e60bfd7de 100644
--- a/mail/elmo/Makefile
+++ b/mail/elmo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/03/20 11:57:57 nia Exp $
+# $NetBSD: Makefile,v 1.35 2020/04/20 00:40:08 joerg Exp $
#
DISTNAME= elmo-1.3.2
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
# I get segmentation faults when not compiled with debug enabled
CONFIGURE_ARGS+= --enable-debug
+CHECK_PORTABILITY_SKIP+= configure.in
+
.include "../../mk/curses.buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../security/gpgme/buildlink3.mk"