aboutsummaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-20 09:09:02 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-20 09:09:02 +0000
commit539bdec129fdf8173c49ba95c8c2cecbcbb1a24b (patch)
tree0b2b80d90f63974037a37b278edf25648aabc3d3 /graphics/sane-backends
parentf545651daab3c610449df1a36d8bd0a522babe78 (diff)
downloadports-539bdec129fdf8173c49ba95c8c2cecbcbb1a24b.tar.gz
ports-539bdec129fdf8173c49ba95c8c2cecbcbb1a24b.zip
graphics/sane-backends: fix build on GCC architectures
Needs C++11 compiler: *** genesys backend requires C++11 support - disabling Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=517995
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 5a823a77e1ea..f2a64062a554 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
-USES= gmake jpeg libtool localbase pathfix pkgconfig
+USES= compiler:c++11-lang gmake jpeg libtool localbase pathfix \
+ pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-locking \