diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 22:59:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 22:59:04 +0800 |
commit | 774dc0cae616830a056d6b37d0db9609f73eb90b (patch) | |
tree | 117e910fb90b212eb2e295be2cd53b7417e507ab | |
parent | 78b5c8a6e568181c0da8663d7085c0380ea3cc5e (diff) | |
download | freebsd-ports-gnome-774dc0cae616830a056d6b37d0db9609f73eb90b.tar.gz freebsd-ports-gnome-774dc0cae616830a056d6b37d0db9609f73eb90b.tar.zst freebsd-ports-gnome-774dc0cae616830a056d6b37d0db9609f73eb90b.zip |
- Cleanup -lpthread/-pthread manipulation
-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: |