aboutsummaryrefslogtreecommitdiff
path: root/multimedia/schroedinger/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-08-02 15:03:19 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-08-02 15:03:19 +0000
commita374acb969cb764eb7e6369821b9d87b96493782 (patch)
treeea36e7f5c3df09ecf07eacd3dfa1065817e07c56 /multimedia/schroedinger/Makefile
parent4e92ca9229420b11a35403f3faa084b4e85e0854 (diff)
downloadports-a374acb969cb764eb7e6369821b9d87b96493782.tar.gz
ports-a374acb969cb764eb7e6369821b9d87b96493782.zip
Notes
Diffstat (limited to 'multimedia/schroedinger/Makefile')
-rw-r--r--multimedia/schroedinger/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile
index a0f2c4702db7..7dac0f943900 100644
--- a/multimedia/schroedinger/Makefile
+++ b/multimedia/schroedinger/Makefile
@@ -3,7 +3,7 @@
PORTNAME= schroedinger
PORTVERSION= 1.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://diracvideo.org/download/schroedinger/
@@ -25,5 +25,8 @@ USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \
${WRKSRC}/configure
+# Derived from upstream git commit ee011f33f80c9691a6cfd5116101fdcf8c3cd6f7
+ @${REINPLACE_CMD} '/^wavelet_max_gain_OBJECTS =/s/=/= tmp-orc.$$(OBJEXT)/' \
+ ${WRKSRC}/testsuite/Makefile.in
.include <bsd.port.mk>