opnsense-ports/multimedia/v4l-utils/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
786 B
Text

--- ./Makefile.orig 2011-02-09 23:04:27.000000000 +0100
+++ ./Makefile 2011-06-03 19:08:13.000000000 +0200
@@ -1,4 +1,5 @@
-SUBDIRS=libv4l2util decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg xc3028-firmware
+#SUBDIRS=libv4l2util decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg xc3028-firmware
+SUBDIRS=libv4l2util decode_tm6000 keytable v4l2-compliance v4l2-ctl v4l2-dbg
all install:
@for i in $(SUBDIRS); do \
@@ -10,6 +11,7 @@
$(MAKE) -C v4l2-sysfs-path $@; \
fi
+ifdef WITH_QV4L2
# Test whether qmake is installed, and whether it is for qt4.
@if which qmake-qt4 >/dev/null 2>&1; then \
QMAKE=qmake-qt4; \
@@ -24,6 +26,7 @@
$(MAKE) -C qv4l2 -f Makefile.install $@; \
fi \
fi
+endif
sync-with-kernel:
$(MAKE) -C keytable $@