diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 14:59:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 14:59:04 +0000 |
commit | e043833f8c737dc19086f0fe6c6785ebaee22bb9 (patch) | |
tree | 117e910fb90b212eb2e295be2cd53b7417e507ab /multimedia/libzen | |
parent | f182eead72c10d9ef75d495a27a0f7c1adf8fe00 (diff) |
Notes
Diffstat (limited to 'multimedia/libzen')
-rw-r--r-- | multimedia/libzen/Makefile | 2 |
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: |