diff options
author | rh <rh@pkgsrc.org> | 2002-05-21 12:06:08 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-05-21 12:06:08 +0000 |
commit | b65de0a1cf8406541fbd0ecb64e0690acef245cc (patch) | |
tree | 89d5b6325073470f987d256b50472c06a3ce983e /net | |
parent | 6d752eab06a146b0a6c62dc0f8e7c3dada7247b8 (diff) | |
download | pkgsrc-b65de0a1cf8406541fbd0ecb64e0690acef245cc.tar.gz |
Commit the missing patch that should have been here all along. This
patch adds a missing -Wl,-R to the pkg-config template.
Regen distinfo.
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit2/distinfo | 3 | ||||
-rw-r--r-- | net/ORBit2/patches/patch-aa | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index f2bc1ccaa50..bd5510aa621 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/05/21 11:18:48 wiz Exp $ +$NetBSD: distinfo,v 1.4 2002/05/21 12:06:08 rh Exp $ SHA1 (ORBit2-2.3.108.tar.bz2) = c4678e8350136d2369e426515721167858b0f297 Size (ORBit2-2.3.108.tar.bz2) = 426112 bytes +SHA1 (patch-aa) = 41e3dd08b704ed3fc20161e2c151bfc58b969eaa diff --git a/net/ORBit2/patches/patch-aa b/net/ORBit2/patches/patch-aa new file mode 100644 index 00000000000..335c1c59a7c --- /dev/null +++ b/net/ORBit2/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 2002/05/21 12:06:08 rh Exp $ + +--- ORBit-2.0.pc.in.orig Sat Apr 27 18:24:08 2002 ++++ ORBit-2.0.pc.in +@@ -9,5 +9,5 @@ + Description: High-performance CORBA Object Request Broker. + Version: @ORBIT_VERSION@ + Requires: linc glib-2.0 gmodule-2.0 +-Libs: -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm ++Libs: -Wl,-R${libdir} -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm + Cflags: -I${includedir}/orbit-2.0 -DORBIT2=1 |