diff options
author | pav <pav@FreeBSD.org> | 2011-05-02 06:58:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-05-02 06:58:49 +0800 |
commit | 948537704d266d4d2f48310b808386ef88f114ed (patch) | |
tree | 32344b00540c5969ffffa6ed46fdb71c6555904b /x11-toolkits | |
parent | 80991ef1efb04aae04e13c73ffe77ce6f89f2178 (diff) | |
download | freebsd-ports-gnome-948537704d266d4d2f48310b808386ef88f114ed.tar.gz freebsd-ports-gnome-948537704d266d4d2f48310b808386ef88f114ed.tar.zst freebsd-ports-gnome-948537704d266d4d2f48310b808386ef88f114ed.zip |
- Mark BROKEN on 9.X: does not compile
image/qimage_ssse3.cpp:68: error: '__m128i' does not name a type
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 166a46ff8889..435031c22a3e 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -90,6 +90,10 @@ RUN_DEPENDS+= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ CFLAGS+= -mminimal-toc .endif +.if ${OSVERSION} >= 900000 +BROKEN= does not compile on FreeBSD 9.X +.endif + pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake |