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:   dbj
Date:           Sun Nov 29 22:01:34 UTC 2020

Modified Files:
        pkgsrc/security/libtasn1: Makefile

Log Message:
security/libtasn1: remove obsolete Darwin workarounds
the current sources don't check for getopt_long in configure
the current sources use -fno-common by default on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 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.79 pkgsrc/security/libtasn1/Makefile:1.80
--- pkgsrc/security/libtasn1/Makefile:1.79      Thu Mar 26 12:00:45 2020
+++ pkgsrc/security/libtasn1/Makefile   Sun Nov 29 22:01:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2020/03/26 12:00:45 nia Exp $
+# $NetBSD: Makefile,v 1.80 2020/11/29 22:01:34 dbj Exp $
 
 DISTNAME=      libtasn1-4.16.0
 CATEGORIES=    security devel
@@ -14,11 +14,6 @@ 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
-
-CFLAGS.Darwin+=                -fno-common
 TEST_TARGET=           check
 INFO_FILES=            yes
 



Home | Main Index | Thread Index | Old Index