summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrh <rh>2002-05-21 12:06:08 +0000
committerrh <rh>2002-05-21 12:06:08 +0000
commit5f6e7a8428278e065686209be475b8a076587a6c (patch)
tree89d5b6325073470f987d256b50472c06a3ce983e /net
parentd07627d739809418edc3cfcf45a2bbffd14de755 (diff)
downloadpkgsrc-5f6e7a8428278e065686209be475b8a076587a6c.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/distinfo3
-rw-r--r--net/ORBit2/patches/patch-aa11
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