summaryrefslogtreecommitdiff
path: root/print/hplip/files/patch-io_hpiod_device.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-05 08:35:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-05 08:35:30 +0000
commit90cd7e494b898b37f552addf952a4ebe5926c62b (patch)
treeff9ac5019a3e4ea132b20a070134401b4de2ccd6 /print/hplip/files/patch-io_hpiod_device.h
parentThe port uses -msse compiler option, which I've disabled by ports/95552 to make (diff)
HPLIP is an HP developed solution for printing, scanning,
and faxing with HP inkjet and laser based printers in Linux. The HP driver project provides printing support for nearly 1000 printer models, including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business Inkjet, LaserJet, and LaserJet MFP. WWW: http://hplip.sourceforge.net/ PR: ports/96271 Submitted by: Anish Mistry <amistry@am-productions.biz>
Diffstat (limited to 'print/hplip/files/patch-io_hpiod_device.h')
-rw-r--r--print/hplip/files/patch-io_hpiod_device.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/hplip/files/patch-io_hpiod_device.h b/print/hplip/files/patch-io_hpiod_device.h
new file mode 100644
index 000000000000..de0796b353ee
--- /dev/null
+++ b/print/hplip/files/patch-io_hpiod_device.h
@@ -0,0 +1,12 @@
+--- io/hpiod/device.h.orig Tue Feb 28 19:40:55 2006
++++ io/hpiod/device.h Sun Apr 2 23:38:58 2006
+@@ -72,6 +72,9 @@
+ int AltSetting;
+ int urb_write_active; /* 0=no, 1=yes */
+ #if defined(__APPLE__) && defined(__MACH__)
++
++#elif defined(__FreeBSD__)
++
+ #else
+ struct usbdevfs_urb urb_write; /* host to device */
+ struct usbdevfs_urb urb_read; /* device to host */