svn commit: r525655 - head/textproc/xmlwrapp

Piotr Kubaj pkubaj at FreeBSD.org
Sun Feb 9 12:13:53 UTC 2020


Author: pkubaj
Date: Sun Feb  9 12:13:53 2020
New Revision: 525655
URL: https://svnweb.freebsd.org/changeset/ports/525655

Log:
  textproc/xmlwrapp: unbreak on powerpc64 elfv2, add USES=localbase:ldflags

Modified:
  head/textproc/xmlwrapp/Makefile

Modified: head/textproc/xmlwrapp/Makefile
==============================================================================
--- head/textproc/xmlwrapp/Makefile	Sun Feb  9 12:11:55 2020	(r525654)
+++ head/textproc/xmlwrapp/Makefile	Sun Feb  9 12:13:53 2020	(r525655)
@@ -13,7 +13,8 @@ COMMENT=	Modern style C++ library for working with XML
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to configure: invalid value: boost_major_version=
+BROKEN_FreeBSD_11_powerpc64=	fails to configure: invalid value: boost_major_version=
+BROKEN_FreeBSD_12_powerpc64=	fails to configure: invalid value: boost_major_version=
 
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs
 
@@ -24,14 +25,14 @@ OPTIONS_SUB=	yes
 XSLT_USE=	gnome=libxslt
 XSLT_CONFIGURE_ENABLE=	xslt
 
-USES=		compiler:c++11-lang gnome libtool pathfix pkgconfig
+USES=		compiler:c++11-lang gnome libtool localbase:ldflags pathfix \
+		pkgconfig
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
+LDFLAGS+=	-lboost_system
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list