diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-30 19:13:16 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-30 19:13:16 +0000 |
commit | deb7466e73ec36f062b651a6dd24779c0db28b6f (patch) | |
tree | 68f6914202fee78fd32d488752979cb161d85f17 /net/ORBit/patches/patch-ak | |
parent | 27365ed607066125e4231fc54c45b95b04ef47f5 (diff) | |
download | pkgsrc-deb7466e73ec36f062b651a6dd24779c0db28b6f.tar.gz |
update to 0.5.1
Sorry, didn't fing a list of changes in the distribution nor on the
website.
Diffstat (limited to 'net/ORBit/patches/patch-ak')
-rw-r--r-- | net/ORBit/patches/patch-ak | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ORBit/patches/patch-ak b/net/ORBit/patches/patch-ak index eff8f1eedb3..6f678ed75d5 100644 --- a/net/ORBit/patches/patch-ak +++ b/net/ORBit/patches/patch-ak @@ -1,13 +1,13 @@ -$NetBSD: patch-ak,v 1.2 1999/04/27 21:49:04 tron Exp $ +$NetBSD: patch-ak,v 1.3 2000/05/30 19:13:19 drochner Exp $ ---- orbit-config.in.orig Tue Oct 27 14:52:35 1998 -+++ orbit-config.in Tue Apr 27 23:35:16 1999 -@@ -86,7 +86,7 @@ +--- orbit-config.in.orig Fri Oct 8 06:49:07 1999 ++++ orbit-config.in Tue May 30 16:23:19 2000 +@@ -87,7 +87,7 @@ ;; client|server) -- the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" -+ the_libs="$the_libs -L@libdir@ -Wl,-R@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm -lwrap" - the_flags="$the_flags `glib-config --cflags` -I@includedir@" +- the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" ++ the_libs="$the_libs -L$libdir -Wl,-R$libdir -lORBit -lIIOP -lwrap -lORBitutil `glib-config --libs` @LIBS@ -lm" + the_flags="$the_flags `glib-config --cflags` -I$includedir " ;; |