aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml++
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-04-26 13:45:26 +0800
committerijliao <ijliao@FreeBSD.org>2001-04-26 13:45:26 +0800
commit8d091794b289a02f164a89e54d8f93d3578620fb (patch)
treea2958c8fd1e851d3b90d817bdc726da42045212e /textproc/libxml++
parent4f84c89e2145cee253fd66dfd972a006c0fe79d1 (diff)
downloadfreebsd-ports-graphics-8d091794b289a02f164a89e54d8f93d3578620fb.tar.gz
freebsd-ports-graphics-8d091794b289a02f164a89e54d8f93d3578620fb.tar.zst
freebsd-ports-graphics-8d091794b289a02f164a89e54d8f93d3578620fb.zip
fix include path and make it build again
Noted by: bento's log
Diffstat (limited to 'textproc/libxml++')
-rw-r--r--textproc/libxml++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index 2fd0adc70d1..1769ef4eed5 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -18,12 +18,12 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e "s|xml-config|xml2-config|g" ${WRKSRC}/configure
- @${PERL} -pi -e "s|libxml/|libxml2/|g" ${WRKSRC}/xml++.h
.include <bsd.port.mk>