summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-26 12:00:45 +0000
committernia <nia@pkgsrc.org>2020-03-26 12:00:45 +0000
commit195ddecdeadb8dbe8278c96e58209d73b7801753 (patch)
tree11e9cce2a3c2b03e9e5e6efd987b3274eb6f55d0 /security
parent29298ae27e83be83e8d18a4c701704f276ebac7c (diff)
downloadpkgsrc-195ddecdeadb8dbe8278c96e58209d73b7801753.tar.gz
libtasn1: Needs USE_LANGUAGES=c99
Diffstat (limited to 'security')
-rw-r--r--security/libtasn1/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 0e77f7b6b28..88a02f20a77 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/03/24 17:30:34 nia Exp $
+# $NetBSD: Makefile,v 1.79 2020/03/26 12:00:45 nia Exp $
DISTNAME= libtasn1-4.16.0
CATEGORIES= security devel
@@ -11,7 +11,9 @@ LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
USE_LIBTOOL= yes
USE_TOOLS+= bison makeinfo
+USE_LANGUAGES= c99
GNU_CONFIGURE= yes
+
# Mac OS X has no prototype for getopt_long and no declaration for
# struct option, so ignore getopt_long() even though the test succeeds.
CONFIGURE_ENV.Darwin+= ac_cv_func_getopt_long=no
@@ -19,6 +21,7 @@ CONFIGURE_ENV.Darwin+= ac_cv_func_getopt_long=no
CFLAGS.Darwin+= -fno-common
TEST_TARGET= check
INFO_FILES= yes
+
BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../mk/bsd.pkg.mk"