svn commit: r495744 - head/editors/texworks
Mark Linimon
linimon at FreeBSD.org
Thu Mar 14 23:50:27 UTC 2019
Author: linimon
Date: Thu Mar 14 23:50:26 2019
New Revision: 495744
URL: https://svnweb.freebsd.org/changeset/ports/495744
Log:
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)
Modified:
head/editors/texworks/Makefile
Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile Thu Mar 14 23:43:34 2019 (r495743)
+++ head/editors/texworks/Makefile Thu Mar 14 23:50:26 2019 (r495744)
@@ -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 \
More information about the svn-ports-head
mailing list