svn commit: r498285 - head/security/opencryptoki
Mark Linimon
linimon at FreeBSD.org
Sun Apr 7 16:24:57 UTC 2019
Author: linimon
Date: Sun Apr 7 16:24:56 2019
New Revision: 498285
URL: https://svnweb.freebsd.org/changeset/ports/498285
Log:
Don't use GCC 4.2 on GCC-based architectures; this port requires at
least GCC 4.7, so change USE_GCC=any to USE_GCC=yes.
PR: 236903
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/security/opencryptoki/Makefile
Modified: head/security/opencryptoki/Makefile
==============================================================================
--- head/security/opencryptoki/Makefile Sun Apr 7 16:19:13 2019 (r498284)
+++ head/security/opencryptoki/Makefile Sun Apr 7 16:24:56 2019 (r498285)
@@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se
LIB_DEPENDS= libtspi.so:security/trousers
USES= alias autoreconf gmake libtool localbase ssl tar:tgz
-USE_GCC= any
+USE_GCC= yes
USE_OPENLDAP= yes
USE_LDCONFIG= ${PREFIX}/lib/opencryptoki
USE_GITHUB= yes
More information about the svn-ports-all
mailing list