diff options
author | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
commit | db7a881c685e052c925e41baff581d6850aa35fa (patch) | |
tree | 623e300dcabd3e58c0a18d12e4086b06d5d92a01 /net/ORBit | |
parent | 93b726dd326936702766c2793b2985b1ac600966 (diff) | |
download | pkgsrc-db7a881c685e052c925e41baff581d6850aa35fa.tar.gz |
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 3 | ||||
-rw-r--r-- | net/ORBit/distinfo | 4 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ah | 11 | ||||
-rw-r--r-- | net/ORBit/patches/patch-aj | 11 |
4 files changed, 27 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 99c88fb19ce..804ca8c2992 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2002/04/29 18:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2002/07/18 02:19:24 rh Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/} diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo index 7b0de11348c..8b293f28a50 100644 --- a/net/ORBit/distinfo +++ b/net/ORBit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2002/04/25 12:17:04 agc Exp $ +$NetBSD: distinfo,v 1.11 2002/07/18 02:19:24 rh Exp $ SHA1 (ORBit-0.5.15.tar.gz) = 1571976662311060175008d225de05e9bc2eb038 Size (ORBit-0.5.15.tar.gz) = 1335272 bytes @@ -9,7 +9,9 @@ SHA1 (patch-ad) = 688920ba423aa2994d9e2e6540f8738305cb7fd9 SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb SHA1 (patch-af) = b88b26b8fe7d42f267c6761edc3e3b8250bd14fb SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c +SHA1 (patch-ah) = 1b05e1f77ddc3a0ee6637822d4f7359e9329fff9 SHA1 (patch-ai) = 06e1cb2bc9f4f5460cdde71526417cdaa38ff310 +SHA1 (patch-aj) = 4bb189b042058671a08de84028097bf87f4dbf3b SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de SHA1 (patch-al) = 7f2992136c3f7b1badfc76a83d6fed0aa73a8873 SHA1 (patch-am) = f52369447d04a382d6e93a6bddaf3962a3ab6677 diff --git a/net/ORBit/patches/patch-ah b/net/ORBit/patches/patch-ah new file mode 100644 index 00000000000..052cb071845 --- /dev/null +++ b/net/ORBit/patches/patch-ah @@ -0,0 +1,11 @@ +$NetBSD: patch-ah,v 1.6 2002/07/18 02:19:25 rh Exp $ + +--- ORBit.pc.in.orig Sat Sep 30 12:09:43 2000 ++++ ORBit.pc.in +@@ -7,5 +7,5 @@ Name: ORBit + Description: High-performance CORBA Object Request Broker. + Version: @VERSION@ + Requires: glib +-Libs: -L${libdir} -lORBit -lIIOP -lORBitutil @LIBS@ -lm ++Libs: -L${libdir} -Wl,-R${libdir} -lORBit -lIIOP -lORBitutil @LIBS@ -lm + Cflags: -I${includedir} diff --git a/net/ORBit/patches/patch-aj b/net/ORBit/patches/patch-aj new file mode 100644 index 00000000000..a95f81fdab0 --- /dev/null +++ b/net/ORBit/patches/patch-aj @@ -0,0 +1,11 @@ +$NetBSD: patch-aj,v 1.8 2002/07/18 02:19:25 rh Exp $ + +--- libIDL/libIDL.pc.in.orig Sat Sep 30 12:09:43 2000 ++++ libIDL/libIDL.pc.in +@@ -8,5 +8,5 @@ Name: libIDL + Description: IDL parsing library + Version: @VERSION@ + Requires: glib +-Libs: -L${libdir} -lIDL ++Libs: -L${libdir} -Wl,-R${libdir} -lIDL + Cflags: -I${includedir} |