svn commit: r316341 - in head: graphics/qt4-imageformats x11/qt4-graphicssystems-opengl

Martin Wilke miwi at FreeBSD.org
Tue Apr 23 10:26:14 UTC 2013


Author: miwi
Date: Tue Apr 23 10:26:13 2013
New Revision: 316341
URL: http://svnweb.freebsd.org/changeset/ports/316341

Log:
  - Unbreak build on FreeBSD 10

Modified:
  head/graphics/qt4-imageformats/Makefile
  head/x11/qt4-graphicssystems-opengl/Makefile

Modified: head/graphics/qt4-imageformats/Makefile
==============================================================================
--- head/graphics/qt4-imageformats/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
+++ head/graphics/qt4-imageformats/Makefile	Tue Apr 23 10:26:13 2013	(r316341)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 		png15:${PORTSDIR}/graphics/png \
 		tiff:${PORTSDIR}/graphics/tiff
 
+USE_GCC=	any
 USE_QT4=	qmake_build moc_build rcc_build corelib gui svg xml
 QT_NONSTANDARD=	yes
 QT_DIST=	yes

Modified: head/x11/qt4-graphicssystems-opengl/Makefile
==============================================================================
--- head/x11/qt4-graphicssystems-opengl/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
+++ head/x11/qt4-graphicssystems-opengl/Makefile	Tue Apr 23 10:26:13 2013	(r316341)
@@ -17,6 +17,7 @@ MAKE_JOBS_SAFE=	yes
 HAS_CONFIGURE=	yes
 USE_GL=		glu
 
+USE_GCC=	any
 ALL_TARGET=	first
 CONFIGURE_ENV?=	QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
 MAKE_ENV?=	QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \


More information about the svn-ports-head mailing list