aboutsummaryrefslogtreecommitdiff
path: root/multimedia/avidemux26
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 17:36:47 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 17:36:47 +0000
commit798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63 (patch)
treeefd2e8af13e967b4b4eca36f0bdb0803cc26776e /multimedia/avidemux26
parent65143e8def1959c39a21afc2be99e5be67bf698d (diff)
downloadports-798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63.tar.gz
ports-798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63.zip
Notes
Diffstat (limited to 'multimedia/avidemux26')
-rw-r--r--multimedia/avidemux26/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/avidemux26/Makefile.common b/multimedia/avidemux26/Makefile.common
index 7f594a555888..b4d336645599 100644
--- a/multimedia/avidemux26/Makefile.common
+++ b/multimedia/avidemux26/Makefile.common
@@ -258,10 +258,10 @@ BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
post-patch:
- @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/*/*/Makefile
@${MKDIR} ${CONFIGURE_WRKSRC}/config
@${LN} -s ${LOCALBASE}/include/iconv.h ${CONFIGURE_WRKSRC}/config
@${REINPLACE_CMD} 's|-ldl||' ${WRKSRC}/avidemux_core/CMakeLists.txt
post-configure-common:
- @${FIND} ${CONFIGURE_WRKSRC} -name link.txt -print0 |${XARGS} -0 ${REINPLACE_CMD} 's|-ldl||g'
+ @${FIND} ${CONFIGURE_WRKSRC} -name link.txt -print0 | \
+ ${XARGS} -0 ${REINPLACE_CMD} 's|-ldl||g'