aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-03-28 07:09:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-03-28 07:09:28 +0000
commite0cd77fa3a9c2dcf9a314b5e09074342e6824ea4 (patch)
tree579839ce2f50f4691c8203057aac32fb1e403d81 /multimedia
parenta706f81858645a089825b2d06c2d33b0711f7fdd (diff)
downloadports-e0cd77fa3a9c2dcf9a314b5e09074342e6824ea4.tar.gz
ports-e0cd77fa3a9c2dcf9a314b5e09074342e6824ea4.zip
multimedia/vvdec: Broken on 11
Reported by: fallout
Notes
Notes: svn path=/head/; revision=569377
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vvdec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile
index f4b84e5e3599..fac73669c409 100644
--- a/multimedia/vvdec/Makefile
+++ b/multimedia/vvdec/Makefile
@@ -23,4 +23,6 @@ GH_ACCOUNT= fraunhoferhhi
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= FREEBSD_VVDEC_ENABLE_X86_SIMD
+BROKEN_FreeBSD_11= /usr/bin/ld: unrecognized option '-plugin'
+
.include <bsd.port.mk>