aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoradridg <adridg@FreeBSD.org>2018-03-02 21:07:57 +0800
committeradridg <adridg@FreeBSD.org>2018-03-02 21:07:57 +0800
commitd5771d9c57f7613c46a76e7b92cb8e2369fd91b5 (patch)
treed7e241e3cdc40e57a1ea71e4ac97254e56b8c248 /Mk
parentf624fdb8fbe07aea69a7edfb078feddec0c88f00 (diff)
downloadfreebsd-ports-gnome-d5771d9c57f7613c46a76e7b92cb8e2369fd91b5.tar.gz
freebsd-ports-gnome-d5771d9c57f7613c46a76e7b92cb8e2369fd91b5.tar.zst
freebsd-ports-gnome-d5771d9c57f7613c46a76e7b92cb8e2369fd91b5.zip
Disable Qt4 sql-ibase plugin on not-(i386|amd64)
ibase is Firebird, which only builds on i386 and amd64. This patch squashes the ibase plugin for Qt4. PR: 216943 Submitted by: linimon Reported by: linimon Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14326
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.qt.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk
index 690c9534a984..4b8b89bfbffb 100644
--- a/Mk/bsd.qt.mk
+++ b/Mk/bsd.qt.mk
@@ -313,9 +313,12 @@ CONFIGURE_ARGS+=--with-qt-includes=${QT_INCDIR} \
_USE_QT_ALL= assistant dbus declarative designer doc gui help \
imageformats l10n linguist linguisttools multimedia \
network opengl pixeltool qdbusviewer qmake script \
- scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \
+ scripttools sql sql-mysql sql-odbc sql-pgsql \
sql-sqlite2 sql-sqlite3 svg testlib webkit \
xml xmlpatterns
+.if ${ARCH} == amd64 || ${ARCH} == i386
+_USE_QT_ALL+= sql-ibase
+.endif
_USE_QT4_ONLY= accessible assistant-adp assistantclient clucene codecs-cn codecs-jp \
codecs-kr codecs-tw corelib demo graphicssystems-opengl \