aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlwrapp
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-09 12:13:53 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-09 12:13:53 +0000
commit3aa40bb9061f2112552eaed84c8b8547a1683098 (patch)
treeef591ed73ab370e89bc785b3d83d5bcc001fcae2 /textproc/xmlwrapp
parent70b1cefb95fca083422a838ec841c546709471bb (diff)
downloadports-3aa40bb9061f2112552eaed84c8b8547a1683098.tar.gz
ports-3aa40bb9061f2112552eaed84c8b8547a1683098.zip
textproc/xmlwrapp: unbreak on powerpc64 elfv2, add USES=localbase:ldflags
Notes
Notes: svn path=/head/; revision=525655
Diffstat (limited to 'textproc/xmlwrapp')
-rw-r--r--textproc/xmlwrapp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile
index 306584aa9651..b63d4f644574 100644
--- a/textproc/xmlwrapp/Makefile
+++ b/textproc/xmlwrapp/Makefile
@@ -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= *