pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libtasn1 libtasn1: Needs USE_LANGUAGES=c99
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee8e04c1ab0e
branches: trunk
changeset: 426099:ee8e04c1ab0e
user: nia <nia%pkgsrc.org@localhost>
date: Thu Mar 26 12:00:45 2020 +0000
description:
libtasn1: Needs USE_LANGUAGES=c99
diffstat:
security/libtasn1/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r dbecce58e989 -r ee8e04c1ab0e security/libtasn1/Makefile
--- a/security/libtasn1/Makefile Thu Mar 26 11:57:10 2020 +0000
+++ b/security/libtasn1/Makefile Thu Mar 26 12:00:45 2020 +0000
@@ -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 @@
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 @@
CFLAGS.Darwin+= -fno-common
TEST_TARGET= check
INFO_FILES= yes
+
BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index