aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Shout
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 21:37:39 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 21:37:39 +0000
commit112f62e6b9a1ec43ddc94a4694095f410e4b643e (patch)
tree277ac2758fc47caca6c3e00663bc52d197085558 /audio/p5-Shout
parent33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff)
downloadports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.gz
ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.zip
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382272
Diffstat (limited to 'audio/p5-Shout')
-rw-r--r--audio/p5-Shout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile
index 74a4bcdd7f10..ae56a30ca599 100644
--- a/audio/p5-Shout/Makefile
+++ b/audio/p5-Shout/Makefile
@@ -25,7 +25,8 @@ post-patch:
${REINPLACE_CMD} -i '' -e 's/CCFLAGS/INC/' ${WRKSRC}/Makefile.PL
post-configure:
- @${PERL} -i -pe '$$_ .= " ${PTHREAD_LIBS}" if /^LDDLFLAGS/;' ${WRKSRC}/Makefile
+ @${PERL} -i -pe '$$_ .= " -lpthread" if /^LDDLFLAGS/;' \
+ ${WRKSRC}/Makefile
OPTIONS_DEFINE= DOCS