Date: Sun, 25 Mar 2018 05:18:06 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465497 - in head/textproc: libepubgen libqxp Message-ID: <201803250518.w2P5I6Ga011785@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803250518.w2P5I6Ga011785>