diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 01:03:16 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 01:03:16 +0000 |
commit | 7704ac2f3cca78d707ef18637ca39a39894951e7 (patch) | |
tree | f94943bc612eb5c18bb619a2bf9e255aa27276db /devel/ORBit/files/patch-ad | |
parent | Activate krogue (diff) |
Update to 0.5.1, the last GNOME update before 4.0-RELEASE. I promise :)
Notes
Notes:
svn path=/head/; revision=26187
Diffstat (limited to 'devel/ORBit/files/patch-ad')
-rw-r--r-- | devel/ORBit/files/patch-ad | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/ORBit/files/patch-ad b/devel/ORBit/files/patch-ad index fe48898dce42..3c04c50923e9 100644 --- a/devel/ORBit/files/patch-ad +++ b/devel/ORBit/files/patch-ad @@ -1,6 +1,6 @@ ---- orbit-config.in.orig Tue Dec 29 04:35:37 1998 -+++ orbit-config.in Tue Dec 29 04:35:58 1998 -@@ -27,8 +27,8 @@ +--- orbit-config.in.orig Thu Oct 7 23:49:07 1999 ++++ orbit-config.in Tue Feb 22 18:20:47 2000 +@@ -28,8 +28,8 @@ Known values for TARGET are: @@ -11,14 +11,14 @@ EOF exit $1 -@@ -86,8 +86,8 @@ +@@ -87,8 +87,8 @@ ;; client|server) -- the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" -- the_flags="$the_flags `glib-config --cflags` -I@includedir@" -+ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm" -+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I@includedir@" +- the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" +- the_flags="$the_flags `glib-config --cflags` -I$includedir " ++ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm" ++ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I$includedir " ;; --use-service=*) |