Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 21:39:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324132 - head/security/libsectok
Message-ID:  <201308012139.r71Ldhtj052038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Bruce M Simpson <bms@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308012139.r71Ldhtj052038>