svn commit: r465497 - in head/textproc: libepubgen libqxp

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 25 05:18:07 UTC 2018


Author: yuri
Date: Sun Mar 25 05:18:06 2018
New Revision: 465497
URL: https://svnweb.freebsd.org/changeset/ports/465497

Log:
  textproc/libqxp textproc/libepubgen: Add USES=compiler:c++11-lang
  
  jhibbits reported that they are failng on powerpc64 because of
  c++11 issues.
  
  PR:		226861 226862
  Reported by:	jhibbits

Modified:
  head/textproc/libepubgen/Makefile
  head/textproc/libqxp/Makefile

Modified: head/textproc/libepubgen/Makefile
==============================================================================
--- head/textproc/libepubgen/Makefile	Sun Mar 25 04:56:13 2018	(r465496)
+++ head/textproc/libepubgen/Makefile	Sun Mar 25 05:18:06 2018	(r465497)
@@ -23,7 +23,7 @@ CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 GNU_CONFIGURE=	yes
-USES=		compiler:features libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lang libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/textproc/libqxp/Makefile
==============================================================================
--- head/textproc/libqxp/Makefile	Sun Mar 25 04:56:13 2018	(r465496)
+++ head/textproc/libqxp/Makefile	Sun Mar 25 05:18:06 2018	(r465497)
@@ -25,7 +25,7 @@ CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 GNU_CONFIGURE=	yes
-USES=		compiler:features libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lang libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list