forked from Lainports/freebsd-ports
- Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
14 lines
279 B
Text
14 lines
279 B
Text
--- 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
|