diff options
author | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
commit | e525650d57c64ed0d063922256be9d4729b94bf6 (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /net/ORBit/patches | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-ah | 11 | ||||
-rw-r--r-- | net/ORBit/patches/patch-aj | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net/ORBit/patches/patch-ah b/net/ORBit/patches/patch-ah deleted file mode 100644 index 790a964b9d9..00000000000 --- a/net/ORBit/patches/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ah,v 1.7 2002/08/25 18:39:32 jlam 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 deleted file mode 100644 index b6d1608c4e8..00000000000 --- a/net/ORBit/patches/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aj,v 1.9 2002/08/25 18:39:32 jlam 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} |