diff options
Diffstat (limited to 'comms/openobex/files/extra-patch-configure')
-rw-r--r-- | comms/openobex/files/extra-patch-configure | 14 |
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 |