aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-03 15:35:53 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-03 15:35:53 +0000
commite7988a60abdb016c8870153cc7d162ae7a6c84bc (patch)
treea4d8bed5e09d0fe4dced1c11d4c26ed10cb939b7
parentede29bbe66f42ef35ee0a4bc6614ae1a2c0b560a (diff)
downloadports-e7988a60abdb016c8870153cc7d162ae7a6c84bc.tar.gz
ports-e7988a60abdb016c8870153cc7d162ae7a6c84bc.zip
multimedia/gstreamer1-plugins: unbreak gst-opencv plugin guild (+)
OpenCV was updated to 4.6.0 but version check conditional obliviously was stay as "<4.6.0". Bump upper check boundary to 4.7.0 Pointy hat to: tcberner
-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 b7846d1c63ee..61984a26f336 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -137,7 +137,7 @@ post-patch:
${REINPLACE_CMD} -e '/neon/s|0.30.99|0.32.99|g' \
${WRKSRC}/configure
# Fix build against OpenCV 4.5.1
- ${REINPLACE_CMD} '/opencv/s|4\.2\.0|4.6.0|g' \
+ ${REINPLACE_CMD} '/opencv/s|4\.2\.0|4.7.0|g' \
${WRKSRC}/configure
.endif