pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libtasn1



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 12:00:45 UTC 2020

Modified Files:
        pkgsrc/security/libtasn1: Makefile

Log Message:
libtasn1: Needs USE_LANGUAGES=c99


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/security/libtasn1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libtasn1/Makefile
diff -u pkgsrc/security/libtasn1/Makefile:1.78 pkgsrc/security/libtasn1/Makefile:1.79
--- pkgsrc/security/libtasn1/Makefile:1.78      Tue Mar 24 17:30:34 2020
+++ pkgsrc/security/libtasn1/Makefile   Thu Mar 26 12:00:45 2020
@@ -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 
 
 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
 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