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:
parent
565681300b
commit
2827fcb95c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479346
1 changed files with 3 additions and 1 deletions
|
@ -10,9 +10,11 @@ MASTER_SITES= SF
|
|||
MAINTAINER= wen@FreeBSD.org
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue