Date: Wed, 20 Nov 2019 09:09:02 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517995 - head/graphics/sane-backends Message-ID: <201911200909.xAK992R7014749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Nov 20 09:09:02 2019 New Revision: 517995 URL: https://svnweb.freebsd.org/changeset/ports/517995 Log: graphics/sane-backends: fix build on GCC architectures Needs C++11 compiler: *** genesys backend requires C++11 support - disabling Approved by: mentors (implicit approval) Modified: head/graphics/sane-backends/Makefile Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Wed Nov 20 07:52:28 2019 (r517994) +++ head/graphics/sane-backends/Makefile Wed Nov 20 09:09:02 2019 (r517995) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911200909.xAK992R7014749>