ports/multimedia/pwcbsd/files/patch-Makefile.kld
John Baldwin 2d110721bf multimedia/pwcbsd: Clean up local patches.
- Convert unconditional EXTRA_PATCHES to regular patches (they used to
  be conditional on an OSVERSION check removed several years ago)

- Regenerate patches with make makepatch to ease future maintenance.

Differential Revision:	https://reviews.freebsd.org/D35949
2022-08-22 11:13:49 -07:00

11 lines
412 B
Text

--- Makefile.kld.orig 2006-02-16 23:18:15 UTC
+++ Makefile.kld
@@ -1,6 +1,7 @@ SRCS=bus_if.h device_if.h opt_usb.h pwc.c pwc-ctrl.c \
SRCS=bus_if.h device_if.h opt_usb.h pwc.c pwc-ctrl.c \
pwc-dec1.c pwc-dec23.c pwc-kiara.c pwc-misc.c \
- pwc-timon.c pwc-uncompress.c pwc-v4l.c
+ pwc-timon.c pwc-uncompress.c pwc-v4l.c opt_bus.h \
+ usb_if.h
KMOD=pwc
KMODDIR?=/boot/modules
#DEBUG_FLAGS=-g