aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3stat
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-26 03:57:31 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-26 03:57:31 +0000
commitc4cf7a0109881724cb2e031d56daad419afe23e9 (patch)
tree730bd5ecbf20fb17c79246ddd3fbc2befac031f0 /audio/mp3stat
parent0eacc0373f1bd3aafc2b9cc5005c71b32584b28f (diff)
downloadports-c4cf7a0109881724cb2e031d56daad419afe23e9.tar.gz
ports-c4cf7a0109881724cb2e031d56daad419afe23e9.zip
Notes
Diffstat (limited to 'audio/mp3stat')
-rw-r--r--audio/mp3stat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile
index ee780dc37ed7..880b68615466 100644
--- a/audio/mp3stat/Makefile
+++ b/audio/mp3stat/Makefile
@@ -57,7 +57,7 @@ PORTDOCS= README
post-patch:
@${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \
's|@$${CXX}|$${CXX}|g ; \
- s|-ldl||g ; \
+ s|-ldl|-lz|g ; \
s|-lc||g ; \
s|-Wl,-soname,.*\.so\.1||g ; \
s|-fpic|-fPIC|g'