pkgsrc/devel/libusb/patches/patch-ac
jlam efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00

11 lines
313 B
Text

$NetBSD: patch-ac,v 1.3 2002/08/25 19:22:34 jlam Exp $
--- libusb-config.in.orig Mon May 13 22:29:07 2002
+++ libusb-config.in Thu Jul 11 01:57:07 2002
@@ -75,5 +75,5 @@
echo $includes
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -lusb @OSLIBS@
+ echo -L@libdir@ -Wl,-R@libdir@ -lusb @OSLIBS@
fi