openbsd-ports/devel/libusb/patches/patch-libusb-config_in
brad 53922a4fde upgrade libusb to 0.1.7
--
MAINTAINER ok
2003-01-01 21:34:44 +00:00

11 lines
355 B
Plaintext

$OpenBSD: patch-libusb-config_in,v 1.2 2003/01/01 21:34:45 brad Exp $
--- libusb-config.in.orig Mon May 13 18:26:18 2002
+++ libusb-config.in Mon Dec 30 09:26:09 2002
@@ -75,5 +75,5 @@ if test "$echo_cflags" = "yes"; then
echo $includes
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -lusb @OSLIBS@
+ echo -L@libdir@ -Wl,-R@libdir@ -lusb
fi