openbsd-ports/devel/libusb/patches/patch-libusb-config_in
pvalchev b4de21dc27 Import of libusb-0.1.3b
libusb provides a library for application access to USB
devices.

Port based on FreeBSD/NetBSD
2001-08-20 06:23:00 +00:00

11 lines
354 B
Plaintext

$OpenBSD: patch-libusb-config_in,v 1.1.1.1 2001/08/20 06:23:00 pvalchev Exp $
--- libusb-config.in.orig Wed Feb 16 15:09:31 2000
+++ libusb-config.in Sun Aug 19 23:44:47 2001
@@ -75,5 +75,5 @@ if test "$echo_cflags" = "yes"; then
echo $includes
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -lusb
+ echo -L@libdir@ -Wl,-R@libdir@ -lusb
fi