Remove zlib from pc files

This commit is contained in:
Baptiste Daroussin
2014-10-07 13:33:25 +00:00
parent 8fcf75bb99
commit 5279b4ba31
3 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
PORTNAME= libcdr
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= LODEV
PKGNAMESUFFIX= 01
@@ -26,4 +27,7 @@ INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
CXXFLAGS+= -Wno-long-long
post-patch:
@${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libcdr.pc.in
.include <bsd.port.mk>

View File

@@ -2,6 +2,7 @@
PORTNAME= libmspub
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= print graphics devel
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
@@ -25,4 +26,7 @@ CONFIGURE_ARGS= --disable-werror --without-docs
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz"
CPPFLAGS+= -I${LOCALBASE}/include
post-patch:
@${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libmspub.pc.in
.include <bsd.port.mk>

View File

@@ -2,6 +2,7 @@
PORTNAME= libvisio
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
@@ -25,4 +26,7 @@ USE_GNOME= libxml2
USES= gmake gperf libtool pathfix perl5 pkgconfig tar:xz
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libvisio.pc.in
.include <bsd.port.mk>