diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:18 +0000 |
commit | 417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (patch) | |
tree | a2cbd0524028e8dab67072808b343a9acf54ce58 /graphics/libcdr01 | |
parent | Assume "pkg-config zlib" works after 9.x reached EOL (diff) |
Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking
if it was actually supported.
Notes
Notes:
svn path=/head/; revision=430509
Diffstat (limited to 'graphics/libcdr01')
-rw-r--r-- | graphics/libcdr01/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index 938a5664c55e..22ef60f86f19 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 @@ -27,7 +27,4 @@ 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> |