aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-25 22:59:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-25 22:59:04 +0800
commit774dc0cae616830a056d6b37d0db9609f73eb90b (patch)
tree117e910fb90b212eb2e295be2cd53b7417e507ab /multimedia
parent78b5c8a6e568181c0da8663d7085c0380ea3cc5e (diff)
downloadfreebsd-ports-gnome-774dc0cae616830a056d6b37d0db9609f73eb90b.tar.gz
freebsd-ports-gnome-774dc0cae616830a056d6b37d0db9609f73eb90b.tar.zst
freebsd-ports-gnome-774dc0cae616830a056d6b37d0db9609f73eb90b.zip
- Cleanup -lpthread/-pthread manipulation
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libzen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libzen/Makefile b/multimedia/libzen/Makefile
index 09f0433521a1..a3520a028a9f 100644
--- a/multimedia/libzen/Makefile
+++ b/multimedia/libzen/Makefile
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource/ZenLib/Project/GNU/Library
post-patch:
@${REINPLACE_CMD} -e '/^ZenLib_LIBS/ s|$$(pwd)[^ ]*|${LOCALBASE}/lib|' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|-lpthread -lstdc++|-pthread|g' ${WRKSRC}/configure ${WRKSRC}/libzen.pc.in
+ @${REINPLACE_CMD} -e 's| -lstdc++||g' ${WRKSRC}/configure ${WRKSRC}/libzen.pc.in
@${REINPLACE_CMD} -e '1 s|bin/bash|bin/sh|' ${WRKSRC}/libzen-config.in
post-install: