aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.qt.mk
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-05-04 04:33:53 +0800
committermakc <makc@FreeBSD.org>2011-05-04 04:33:53 +0800
commit3be137d5582387802fe4c08c8a15d1b47c61c0ed (patch)
treea18f757d1e7f0777832a57c3c4b9ccaee8ab5b83 /Mk/bsd.qt.mk
parent12e1dc2aa5aaf5e883f93416aee305b3d8ace7d5 (diff)
downloadfreebsd-ports-gnome-3be137d5582387802fe4c08c8a15d1b47c61c0ed.tar.gz
freebsd-ports-gnome-3be137d5582387802fe4c08c8a15d1b47c61c0ed.tar.zst
freebsd-ports-gnome-3be137d5582387802fe4c08c8a15d1b47c61c0ed.zip
Attempt to fix build Qt4 ports on pointyhat
Diffstat (limited to 'Mk/bsd.qt.mk')
-rw-r--r--Mk/bsd.qt.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk
index 1d8f656923c8..6d23621c4eaa 100644
--- a/Mk/bsd.qt.mk
+++ b/Mk/bsd.qt.mk
@@ -65,7 +65,8 @@ PLIST_SUB+= SHLIB_VER=${QT4_VERSION:C/-.*//} \
SHLIB_SHVER=${QT4_VERSION:R}
.if defined(PACKAGE_BUILDING)
-CONFIGURE_ARGS+=-no-mmx -no-3dnow -no-sse -no-sse2
+CONFIGURE_ARGS+=-no-mmx -no-3dnow -no-sse -no-sse2 -no-sse3 \
+ -no-ssse3 -no-sse4.1 -no-sse4.2
.endif #defined(PACKAGE_BUILDING)
# .if defined(PORTNAME) && ${PORTNAME} != "xmlpatterns"