pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libtasn1 security/libtasn1: remove obsolete D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8a240558a5d
branches:  trunk
changeset: 442740:c8a240558a5d
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Sun Nov 29 22:01:34 2020 +0000

description:
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

diffstat:

 security/libtasn1/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 909059653ee8 -r c8a240558a5d security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Sun Nov 29 21:58:03 2020 +0000
+++ b/security/libtasn1/Makefile        Sun Nov 29 22:01:34 2020 +0000
@@ -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_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