aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mlt/Makefile
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-02-09 03:37:18 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-02-09 03:37:18 +0000
commitebad15fef358550bec916aa85f3224977316e973 (patch)
treebc845558d7b77a95fb98146d385bed2bb2f1be20 /multimedia/mlt/Makefile
parent16e2a60b748f2653a89cb330dddea2999eb97a6e (diff)
downloadports-ebad15fef358550bec916aa85f3224977316e973.tar.gz
ports-ebad15fef358550bec916aa85f3224977316e973.zip
- py-mlt:
* fix MAINTAINER; * fix plist generation; * avoid conflicting with mlt's EXAMPLESDIR removal. PR: 175368 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> - Update to 0.8.8 bugfix release. - Remove PTHREAD_LIBS.
Notes
Notes: svn path=/head/; revision=311960
Diffstat (limited to 'multimedia/mlt/Makefile')
-rw-r--r--multimedia/mlt/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index 7f5dbe77227d..7f831cb6379b 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mlt
-PORTVERSION= 0.8.6
+PORTVERSION= 0.8.8
PORTREVISION?= 0
CATEGORIES?= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -176,9 +176,7 @@ pre-configure:
${WRKSRC}/src/modules/frei0r/factory.c \
${WRKSRC}/src/modules/jackrack/plugin_mgr.c \
${WRKSRC}/src/modules/linsys/Makefile
- @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' \
+ @${REINPLACE_CMD} -e 's,-lpthread,-pthread,' \
${WRKSRC}/src/framework/Makefile \
${WRKSRC}/src/melt/Makefile \
${WRKSRC}/src/modules/*/Makefile