Try but fail to fix build on gcc-based archs. The fix is necessary but

not sufficient.  It has no effect on clang-based archs.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-09-10 01:48:50 +00:00
parent 565681300b
commit 2827fcb95c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479346

View file

@ -10,9 +10,11 @@ MASTER_SITES= SF
MAINTAINER= wen@FreeBSD.org MAINTAINER= wen@FreeBSD.org
COMMENT= Admin's GUI tool for Sqlite3 COMMENT= Admin's GUI tool for Sqlite3
BROKEN_powerpc64= fails to build: Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
USES= cmake qt:4 sqlite USES= cmake compiler:c++11-lib qt:4 sqlite
USE_QT= qmake_build gui moc_build rcc_build uic_build xml sql USE_QT= qmake_build gui moc_build rcc_build uic_build xml sql
GNU_CONFIGURE= yes GNU_CONFIGURE= yes