Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 12:13:53 +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: r525655 - head/textproc/xmlwrapp
Message-ID:  <202002091213.019CDrB0011457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002091213.019CDrB0011457>