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)
17 lines
361 B
Makefile
17 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
PKGNAMESUFFIX= 1-plugins-v4l2
|
|
|
|
COMMENT= GStreamer Video 4 Linux 2 source plugin
|
|
|
|
GST_PLUGIN= gst_v4l2
|
|
DIST= good
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
EXTRA_PATCHDIR= ${.CURDIR}/files
|
|
EXTRA_PATCHES= ${EXTRA_PATCHDIR}/patch-sys_v4l2_gstv4l2allocator.h
|
|
|
|
.include "${MASTERDIR}/Makefile"
|