aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos-server
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-16 19:08:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-16 19:08:28 +0000
commitf5fadbf44cc718d0baea131f0421207e3beb352e (patch)
tree814650386563eee072d00d3ef13625f7de956986 /sysutils/bareos-server
parentb9b719af7d3ad86730df59617652b98c935dec74 (diff)
downloadports-f5fadbf44cc718d0baea131f0421207e3beb352e.tar.gz
ports-f5fadbf44cc718d0baea131f0421207e3beb352e.zip
sysutils/bareos-server: Fix build with GCC-based architectures
Add USES=compiler:c++11-lang: CMake Error in core/src/plugins/filed/CMakeLists.txt: Target "bpipe-fd" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=501802
Diffstat (limited to 'sysutils/bareos-server')
-rw-r--r--sysutils/bareos-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile
index 9003ced45f05..a3914f1bff85 100644
--- a/sysutils/bareos-server/Makefile
+++ b/sysutils/bareos-server/Makefile
@@ -19,7 +19,8 @@ CONFLICTS?= bacula17*-server-* bareos16-server-*
LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \
libjansson.so:devel/jansson
-USES+= cmake:insource pkgconfig readline:port shebangfix
+USES+= cmake:insource compiler:c++11-lang pkgconfig readline:port \
+ shebangfix
USE_GITHUB= yes
USERS= bareos