Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 10:26:13 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316341 - in head: graphics/qt4-imageformats x11/qt4-graphicssystems-opengl
Message-ID:  <201304231026.r3NAQDrO065941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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