diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-23 18:26:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-23 18:26:13 +0800 |
commit | 3039a6385f062a8467aad6559e5cd6b3f00ee340 (patch) | |
tree | ee85cf9287e11cb831c38a95f4f0134cb16280a5 | |
parent | 580c2770b3945e5eed406c57208093cf71b1b1b5 (diff) | |
download | freebsd-ports-gnome-3039a6385f062a8467aad6559e5cd6b3f00ee340.tar.gz freebsd-ports-gnome-3039a6385f062a8467aad6559e5cd6b3f00ee340.tar.zst freebsd-ports-gnome-3039a6385f062a8467aad6559e5cd6b3f00ee340.zip |
- Unbreak build on FreeBSD 10
-rw-r--r-- | graphics/qt4-imageformats/Makefile | 1 | ||||
-rw-r--r-- | x11/qt4-graphicssystems-opengl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index 6e6247334bc0..a6f301ae4fe5 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ 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 diff --git a/x11/qt4-graphicssystems-opengl/Makefile b/x11/qt4-graphicssystems-opengl/Makefile index 78f81f36263c..34cb8ea9f825 100644 --- a/x11/qt4-graphicssystems-opengl/Makefile +++ b/x11/qt4-graphicssystems-opengl/Makefile @@ -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 \ |