aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2019-09-16 08:48:01 +0800
committerlinimon <linimon@FreeBSD.org>2019-09-16 08:48:01 +0800
commit1c7cabe5c6c685653d86a9302dfba828a9dc29f4 (patch)
tree6fca2b19ed60323b5c0c5f184723f0e27d743842 /devel
parentb191c989dc5bd7a0f65863ab385dd1280ee4ccbe (diff)
downloadfreebsd-ports-gnome-1c7cabe5c6c685653d86a9302dfba828a9dc29f4.tar.gz
freebsd-ports-gnome-1c7cabe5c6c685653d86a9302dfba828a9dc29f4.tar.zst
freebsd-ports-gnome-1c7cabe5c6c685653d86a9302dfba828a9dc29f4.zip
Fix build on GCC-based systems:
CMake Error in utils/version_sort/CMakeLists.txt: Target "version_sort" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel')
-rw-r--r--devel/libversion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libversion/Makefile b/devel/libversion/Makefile
index f0f1d142ddaa..83018a29a543 100644
--- a/devel/libversion/Makefile
+++ b/devel/libversion/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= repology
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
TEST_TARGET= test
PORTDOCS= *