aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2010-05-17 19:46:26 +0000
committerRobert Noland <rnoland@FreeBSD.org>2010-05-17 19:46:26 +0000
commitc51240622ae0a8322b46d59874f4215b13cbcfc1 (patch)
treee503c006bc3540398eea6be31fc58509c4c6923e /multimedia/pwcbsd
parent9d5d00c56337fb7499f49f5f6e659883ecd558df (diff)
downloadports-c51240622ae0a8322b46d59874f4215b13cbcfc1.tar.gz
ports-c51240622ae0a8322b46d59874f4215b13cbcfc1.zip
Now, Fix the build on <= 8.
Notes
Notes: svn path=/head/; revision=254501
Diffstat (limited to 'multimedia/pwcbsd')
-rw-r--r--multimedia/pwcbsd/files/extra-patch-pwc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/pwcbsd/files/extra-patch-pwc.c b/multimedia/pwcbsd/files/extra-patch-pwc.c
index 9e8fe3bc6b4b..9123b65f4f16 100644
--- a/multimedia/pwcbsd/files/extra-patch-pwc.c
+++ b/multimedia/pwcbsd/files/extra-patch-pwc.c
@@ -1,5 +1,5 @@
--- pwc.c.orig 2007-10-09 02:14:01.000000000 -0500
-+++ pwc.c 2010-05-17 10:52:45.000000000 -0500
++++ pwc.c 2010-05-17 14:44:45.000000000 -0500
@@ -28,7 +28,8 @@
#include "pwc-dec1.h"
#include "pwc-dec23.h"
@@ -415,7 +415,7 @@
}
int
-+#if D_VERSION == D_VERSION_03
++#ifdef D_VERSION_03
+pwc_mmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr, int nprot,
+ __unused vm_memattr_t *memattr)
+#else