diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-26 07:36:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-26 07:36:07 +0000 |
commit | e79da48bff8b49ae8c0439b5c33a408f269fdf17 (patch) | |
tree | 2a32deba930acfc05772a0bf55994f480c8feeb3 /palm | |
parent | - ruby-zoom -> rubygem-zoom (diff) |
- Fix build with new USB2
Submitted by: thompsa
Notes
Notes:
svn path=/head/; revision=231040
Diffstat (limited to 'palm')
-rw-r--r-- | palm/barry/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/barry/Makefile b/palm/barry/Makefile index 66a2727f4619..6cbb23d86f8f 100644 --- a/palm/barry/Makefile +++ b/palm/barry/Makefile @@ -32,6 +32,8 @@ OPTIONS= GUI "Build the GUI" On \ .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb +.else +CONFIGURE_ENV+= LIBUSB_LIBS="-lusb" LIBUSB_CFLAGS="-I/usr/include" .endif .if defined(WITH_GUI) |