aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-v4l2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-04-17 21:33:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-04-17 21:33:29 +0000
commitd0fbd6420a75b49e261f1b56551284be253909e6 (patch)
tree6eb06c94509fdac2cff1091bbd26128b5e1abc67 /multimedia/gstreamer1-plugins-v4l2
parent083a6da42dac1e8793bacae06dc747e155821897 (diff)
downloadports-d0fbd6420a75b49e261f1b56551284be253909e6.tar.gz
ports-d0fbd6420a75b49e261f1b56551284be253909e6.zip
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)
Notes
Notes: svn path=/head/; revision=499214
Diffstat (limited to 'multimedia/gstreamer1-plugins-v4l2')
-rw-r--r--multimedia/gstreamer1-plugins-v4l2/Makefile3
1 files changed, 3 insertions, 0 deletions
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"