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 /x11 | |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-graphicssystems-opengl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |