diff options
author | rh <rh> | 2002-04-27 08:49:14 +0000 |
---|---|---|
committer | rh <rh> | 2002-04-27 08:49:14 +0000 |
commit | 4dacfd4627a3ce2826ff9220420d01a40fd1e18d (patch) | |
tree | 676e36756566a04800b18f20347803717ec7dd94 /net/libIDL/patches | |
parent | 1e08e77c42dc3ff77c5474be3e88801aca8530d8 (diff) | |
download | pkgsrc-4dacfd4627a3ce2826ff9220420d01a40fd1e18d.tar.gz |
Fix pkgconfig configuration file to include runtime library search path.
Bump PKGREVISION.
Diffstat (limited to 'net/libIDL/patches')
-rw-r--r-- | net/libIDL/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libIDL/patches/patch-aa b/net/libIDL/patches/patch-aa new file mode 100644 index 00000000000..d74d7b073a5 --- /dev/null +++ b/net/libIDL/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 2002/04/27 08:49:14 rh Exp $ + +--- libIDL-2.0.pc.in.orig Sat Apr 27 18:27:04 2002 ++++ libIDL-2.0.pc.in +@@ -8,5 +8,5 @@ + Description: IDL parsing library + Version: @LIBIDL_VERSION@ + Requires: glib-2.0 +-Libs: -L${libdir} -lIDL-2 ++Libs: -Wl,-R${libdir} -L${libdir} -lIDL-2 + Cflags: -I${includedir}/libIDL-2.0 |