1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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

This commit is contained in:
Piotr Kubaj 2020-02-09 12:13:53 +00:00
parent 70b1cefb95
commit 3aa40bb906
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525655

View File

@ -13,7 +13,8 @@ COMMENT= Modern style C++ library for working with XML data
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= *