summaryrefslogtreecommitdiff
path: root/comms/openobex/files/extra-patch-configure
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-03-09 17:15:43 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-03-09 17:15:43 +0000
commitf5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa (patch)
tree343e91600b9cf81ffb94bf71017b43a88bfcbf45 /comms/openobex/files/extra-patch-configure
parent- Update to 1.4.20 (diff)
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
Notes
Notes: svn path=/head/; revision=229765
Diffstat (limited to 'comms/openobex/files/extra-patch-configure')
-rw-r--r--comms/openobex/files/extra-patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/openobex/files/extra-patch-configure b/comms/openobex/files/extra-patch-configure
new file mode 100644
index 000000000000..01099804dc96
--- /dev/null
+++ b/comms/openobex/files/extra-patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig 2009-03-07 19:35:55.000000000 +0300
++++ configure 2009-03-07 19:36:21.000000000 +0300
+@@ -10736,6 +10736,11 @@
+ USB_LIBS="-lusb"
+ usb_lib_found=yes
+ ;;
++ *-*-freebsd*)
++ USB_CFLAGS=""
++ USB_LIBS="-lusb"
++ usb_lib_found=yes
++ ;;
+ *)
+
+ pkg_failed=no