From 5f6e7a8428278e065686209be475b8a076587a6c Mon Sep 17 00:00:00 2001 From: rh Date: Tue, 21 May 2002 12:06:08 +0000 Subject: 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. --- net/ORBit2/distinfo | 3 ++- net/ORBit2/patches/patch-aa | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 net/ORBit2/patches/patch-aa (limited to 'net/ORBit2') 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 -- cgit v1.2.3