aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-13 03:30:52 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-13 03:30:52 +0000
commitb9815708354f4f85eea2f376e1dce883f3f48773 (patch)
tree3ad109b8c840d3679755504bf8954f1aead80f78 /x11-fonts
parent42c5d0a73297c8fab3506a87ae700d8a2de91ed5 (diff)
downloadports-b9815708354f4f85eea2f376e1dce883f3f48773.tar.gz
ports-b9815708354f4f85eea2f376e1dce883f3f48773.zip
x11-fonts/fontobene: fix build on GCC architectures
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=561436
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fontobene/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/fontobene/Makefile b/x11-fonts/fontobene/Makefile
index 305c4d2c552d..6d661601a04a 100644
--- a/x11-fonts/fontobene/Makefile
+++ b/x11-fonts/fontobene/Makefile
@@ -12,7 +12,7 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
-USES= cmake qt:5
+USES= cmake compiler:c++11-lang qt:5
USE_QT= core buildtools_build qmake_build # core is needed for build to be checked by cmake, and for run because it is included from the headers
USE_GITHUB= yes