aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-09-04 23:30:21 +0800
committeradamw <adamw@FreeBSD.org>2014-09-04 23:30:21 +0800
commit106465bbbc101ff2da62c98dcc28511f2434d209 (patch)
treedef650a1c6f67997c44023924d8be72cff5b3700
parent2bc40052a699a8d6a25e86c94e078d1ad60af102 (diff)
downloadfreebsd-ports-gnome-106465bbbc101ff2da62c98dcc28511f2434d209.tar.gz
freebsd-ports-gnome-106465bbbc101ff2da62c98dcc28511f2434d209.tar.zst
freebsd-ports-gnome-106465bbbc101ff2da62c98dcc28511f2434d209.zip
Fix opencv detection, fixes gstreamer1-plugins-opencv build.
-rw-r--r--multimedia/gstreamer1-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index b786eb72616f..aa12e6368501 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -127,7 +127,7 @@ DEFAULT_DVD_DEVICE=/dev/cd0
post-patch:
.if ${DIST}=="bad"
# custom rule to fix opencv detection in configure
- @${REINPLACE_CMD} -e 's|opencv <= 2.4.6.1|opencv <= 2.4.7|g' \
+ @${REINPLACE_CMD} -e 's|opencv <= 2.4.8|opencv <= 2.4.9|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
${WRKSRC}/ext/resindvd/resindvdbin.c \