Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2013 17:50:00 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333418 - head/security/pinentry
Message-ID:  <201311101750.rAAHo03d069633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sun Nov 10 17:49:59 2013
New Revision: 333418
URL: http://svnweb.freebsd.org/changeset/ports/333418

Log:
  Fix build on 10 and head
  
  PR:		ports/183086
  Submitted by:	sbruno

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Sun Nov 10 17:47:23 2013	(r333417)
+++ head/security/pinentry/Makefile	Sun Nov 10 17:49:59 2013	(r333418)
@@ -41,6 +41,7 @@ PKGNAMESUFFIX=	${PINENTRY_SLAVE}
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MQT4}
+USE_GCC=	any
 USE_QT4=	gui moc_build
 PLIST_SUB+=	WITH_QT4=""
 MOC4=		${LOCALBASE}/bin/moc-qt4



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