diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-05-12 01:31:45 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-05-12 01:31:45 +0800 |
commit | cf3531ebb2fa3f8246cfbbe5ad530da619f62b90 (patch) | |
tree | d12a25f3b87a5b802b5f262e8a61ca7379b033e9 /x11 | |
parent | 5628835b6f4fe27fa005f4932f6c17e7957cb862 (diff) | |
download | freebsd-ports-gnome-cf3531ebb2fa3f8246cfbbe5ad530da619f62b90.tar.gz freebsd-ports-gnome-cf3531ebb2fa3f8246cfbbe5ad530da619f62b90.tar.zst freebsd-ports-gnome-cf3531ebb2fa3f8246cfbbe5ad530da619f62b90.zip |
Import my upstream commit to fix the detection of 3dNOW! support.
The patch was originally written by dim@ and fixes the way Qt includes the
<mm3dnow.h> header. See the upstream commits' message for more information.
Practically speaking, this should make the Qt ports build with clang on i386
again, and allows us to revert commits r316233, r316348 and r316341: miwi
was very laconic in his commit messages, but the changes all point to the
issue being fixed here.
Submitted by: dim
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-graphicssystems-opengl/Makefile | 1 | ||||
-rw-r--r-- | x11/qt4-opengl/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11/qt4-graphicssystems-opengl/Makefile b/x11/qt4-graphicssystems-opengl/Makefile index 2c104162db26..6f9e05e69d45 100644 --- a/x11/qt4-graphicssystems-opengl/Makefile +++ b/x11/qt4-graphicssystems-opengl/Makefile @@ -17,7 +17,6 @@ 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 \ diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile index 75e747c8039b..0138b44a6b2c 100644 --- a/x11/qt4-opengl/Makefile +++ b/x11/qt4-opengl/Makefile @@ -14,7 +14,6 @@ QT_NONSTANDARD= yes QT_DIST= yes MAKE_JOBS_SAFE= yes -USE_GCC= any HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/qt4 USE_GL= gl |