svn commit: r324132 - head/security/libsectok
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 1 21:39:43 UTC 2013
Author: bapt
Date: Thu Aug 1 21:39:42 2013
New Revision: 324132
URL: http://svnweb.freebsd.org/changeset/ports/324132
Log:
Fix build without gcc
Modified:
head/security/libsectok/Makefile
Modified: head/security/libsectok/Makefile
==============================================================================
--- head/security/libsectok/Makefile Thu Aug 1 21:38:39 2013 (r324131)
+++ head/security/libsectok/Makefile Thu Aug 1 21:39:42 2013 (r324132)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libsectok
-# Date created: 29 September 2003
-# Whom: Bruce M Simpson <bms at FreeBSD.org>
-#
+# Created by: Bruce M Simpson <bms at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libsectok
PORTVERSION= 20030619
@@ -18,6 +14,7 @@ COMMENT= ISO 7816 Smartcard API Library
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_OPENSSL= YES
+MAKE_ARGS= CC=${CC}
MAN3= sectok.3
More information about the svn-ports-all
mailing list