diff options
-rw-r--r-- | security/libtasn1/Makefile | 5 |
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" |