diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-11-20 09:09:02 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-11-20 09:09:02 +0000 |
commit | 539bdec129fdf8173c49ba95c8c2cecbcbb1a24b (patch) | |
tree | 0b2b80d90f63974037a37b278edf25648aabc3d3 /graphics | |
parent | f545651daab3c610449df1a36d8bd0a522babe78 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
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 \ |