diff options
author | tijl <tijl@FreeBSD.org> | 2015-05-25 00:41:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-05-25 00:41:16 +0800 |
commit | c453f5ee899bf0a79635153cebb2a786c2e287d5 (patch) | |
tree | ef0340ba2b8c27b4699f220386d1e921d393ab3f /x11-toolkits/qt5-gui | |
parent | 52f15f643a0824e7e4a826bc3e2aa956d268b499 (diff) | |
download | freebsd-ports-gnome-c453f5ee899bf0a79635153cebb2a786c2e287d5.tar.gz freebsd-ports-gnome-c453f5ee899bf0a79635153cebb2a786c2e287d5.tar.zst freebsd-ports-gnome-c453f5ee899bf0a79635153cebb2a786c2e287d5.zip |
Qt 5.3 removed runtime detection of SSE2 so it needs to be configured
with -no-sse2 at buildtime on i386.
PR: 198738, 200258
Reported by: sasamotikomi@gmail.com
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'x11-toolkits/qt5-gui')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 280df4e56345..f7ac99a14cf9 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -2,7 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- |