From d0fbd6420a75b49e261f1b56551284be253909e6 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 17 Apr 2019 21:33:29 +0000 Subject: [PATCH] Actually allow the patchfile committed in r497171 to take effect, to fix the build on GCC-based architectures. The failure was not detected during my own testing due to a stale copy of the same patchfile in the masterport (not committed to svn). The masterport apparently was able to build even with the patch in the wrong location. MFH to be determined. Pointyhat to: linimon Approved by: portmgr (tier-2 blanket) --- multimedia/gstreamer1-plugins-v4l2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/gstreamer1-plugins-v4l2/Makefile b/multimedia/gstreamer1-plugins-v4l2/Makefile index 88da2ba24fa6..c8453cbb1b6f 100644 --- a/multimedia/gstreamer1-plugins-v4l2/Makefile +++ b/multimedia/gstreamer1-plugins-v4l2/Makefile @@ -11,4 +11,7 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +EXTRA_PATCHDIR= ${.CURDIR}/files +EXTRA_PATCHES= ${EXTRA_PATCHDIR}/patch-sys_v4l2_gstv4l2allocator.h + .include "${MASTERDIR}/Makefile"