svn commit: r517995 - head/graphics/sane-backends

Piotr Kubaj pkubaj at FreeBSD.org
Wed Nov 20 09:09:02 UTC 2019


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 \


More information about the svn-ports-all mailing list