From 15b6268d663b9dc0a6c91eaec26de46511354092 Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 18 Jul 2002 02:19:24 +0000 Subject: Patch the various pkgconfig files to include proper -Wl,-R options. Bump PKGREVISION --- net/ORBit2/Makefile | 3 ++- net/ORBit2/distinfo | 3 ++- net/ORBit2/patches/patch-ab | 11 +++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 net/ORBit2/patches/patch-ab (limited to 'net/ORBit2') diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 21f27a9b96f..52d0042f73e 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/07/12 15:33:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/18 02:19:40 rh Exp $ # DISTNAME= ORBit2-2.4.0 +PKGREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/ORBit2/}/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index 3f1b740d042..b8a3357ed51 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2002/07/12 15:33:13 wiz Exp $ +$NetBSD: distinfo,v 1.6 2002/07/18 02:19:40 rh Exp $ SHA1 (ORBit2-2.4.0.tar.bz2) = 234b4b8f66744637386ad7f2caf0aeca88afe484 Size (ORBit2-2.4.0.tar.bz2) = 431841 bytes SHA1 (patch-aa) = 41e3dd08b704ed3fc20161e2c151bfc58b969eaa +SHA1 (patch-ab) = 1dee388a93179376810250207e52cebeb55af875 diff --git a/net/ORBit2/patches/patch-ab b/net/ORBit2/patches/patch-ab new file mode 100644 index 00000000000..2095b23870d --- /dev/null +++ b/net/ORBit2/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.1 2002/07/18 02:19:40 rh Exp $ + +--- ORBit-CosNaming-2.0.pc.in.orig Thu Nov 1 11:50:44 2001 ++++ ORBit-CosNaming-2.0.pc.in +@@ -8,5 +8,5 @@ Name: ORBit-CosNaming-2.0 + Description: High-performance CORBA Object Request Broker - Naming Service. + Version: @ORBIT_VERSION@ + Requires: ORBit-2.0 +-Libs: -L${libdir} -lORBitCosNaming-2 ++Libs: -L${libdir} -Wl,-R${libdir} -lORBitCosNaming-2 + Cflags: -I${includedir}/orbit-2.0 -- cgit v1.2.3