aboutsummaryrefslogtreecommitdiff
path: root/textproc/lttoolbox
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-20 22:10:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-20 22:10:27 +0000
commite137c36bcaf23d0ba2e32acb1dd0ac02d8dddc93 (patch)
treec9746091320208f730db2f2d5272f0e5e9af90d9 /textproc/lttoolbox
parentaedfc9fa1ae32b2cc06bf658512546b5f1f74114 (diff)
downloadports-e137c36bcaf23d0ba2e32acb1dd0ac02d8dddc93.tar.gz
ports-e137c36bcaf23d0ba2e32acb1dd0ac02d8dddc93.zip
textproc/lttoolbox: fix build on GCC architectures
Use C++14 compiler: configure: error: Could not enable at least C++1y (C++14) - upgrade your compiler
Notes
Notes: svn path=/head/; revision=526593
Diffstat (limited to 'textproc/lttoolbox')
-rw-r--r--textproc/lttoolbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile
index d376cd958ab9..85fb10abdf5c 100644
--- a/textproc/lttoolbox/Makefile
+++ b/textproc/lttoolbox/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libxml2.so:textproc/libxml2
-USES= autoreconf libtool pathfix pkgconfig
+USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes