diff options
author | Lars Engels <lme@FreeBSD.org> | 2009-05-27 18:31:56 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2009-05-27 18:31:56 +0000 |
commit | 7349eb0b67f03ff7feb06786ff95e25efaf578e8 (patch) | |
tree | 1ce0a7e6e1656a5ccea62e49deb9c96092008690 /multimedia/pwcbsd/files/patch-Makefile.kld | |
parent | fix compilation if the old sane version is still installed (diff) |
- Add patches to fix build with USB2
- Bump PORTREVISION
Patches Submitted by: hps
Diffstat (limited to 'multimedia/pwcbsd/files/patch-Makefile.kld')
-rw-r--r-- | multimedia/pwcbsd/files/patch-Makefile.kld | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/files/patch-Makefile.kld b/multimedia/pwcbsd/files/patch-Makefile.kld new file mode 100644 index 000000000000..b614f0bb891f --- /dev/null +++ b/multimedia/pwcbsd/files/patch-Makefile.kld @@ -0,0 +1,11 @@ +--- Makefile.kld.orig 2006-02-17 00:18:15.000000000 +0100 ++++ Makefile.kld 2009-05-27 20:22:49.137318240 +0200 +@@ -1,6 +1,7 @@ + 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 |