openbsd-ports/devel/libusb/patches/patch-libusb-config_in

10 lines
285 B
Plaintext

--- libusb-config.in.orig Mon May 13 16:29:07 2002
+++ libusb-config.in Fri May 20 22:35:57 2005
@@ -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