aboutsummaryrefslogtreecommitdiff
path: root/net/rsplib
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-20 09:59:31 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-20 09:59:31 +0000
commit009f8530a6171d6d5e07a502f837958bf0f2fe26 (patch)
tree667577f941cc865deb79354f30556bf7b3904ce5 /net/rsplib
parentc6ca818e2be6ce1fcedf71e6675e36c4015c4d57 (diff)
downloadports-009f8530a6171d6d5e07a502f837958bf0f2fe26.tar.gz
ports-009f8530a6171d6d5e07a502f837958bf0f2fe26.zip
net/rsplib: fix build on GCC architectures
Needs C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=512400
Diffstat (limited to 'net/rsplib')
-rw-r--r--net/rsplib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsplib/Makefile b/net/rsplib/Makefile
index 148dcaebdfed..fd1cd61cce09 100644
--- a/net/rsplib/Makefile
+++ b/net/rsplib/Makefile
@@ -12,7 +12,7 @@ COMMENT= RSerPool Framework and Example Applications
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake qt:5 shebangfix tar:xz
+USES= cmake compiler:c++11-lang qt:5 shebangfix tar:xz
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man \
-DDOCSDIR="${DOCSDIR}" \