1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix build on gcc-based architectures:

The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-14 23:50:26 +00:00
parent 2cc0afa275
commit 7006624066
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495744

View File

@ -18,7 +18,8 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \
libpoppler.so:graphics/poppler \
libpoppler-qt5.so:graphics/poppler-qt5
USES= cmake desktop-file-utils pkgconfig qt:5
USES= compiler:c++11-lang cmake desktop-file-utils pkgconfig \
qt:5
USE_GITHUB= yes
GH_ACCOUNT= TeXworks
USE_QT= buildtools_build designer_build qmake_build \