aboutsummaryrefslogtreecommitdiff
path: root/graphics/libcdr01
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:18 +0000
commit417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (patch)
treea2cbd0524028e8dab67072808b343a9acf54ce58 /graphics/libcdr01
parentb557ec87bb860b1575ae5b0114ea8c037ca358f9 (diff)
downloadports-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.tar.gz
ports-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.zip
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/Makefile5
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>