diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /devel/ORBit2/files/patch-ad | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes:
svn path=/head/; revision=16726
svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'devel/ORBit2/files/patch-ad')
-rw-r--r-- | devel/ORBit2/files/patch-ad | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/ORBit2/files/patch-ad b/devel/ORBit2/files/patch-ad deleted file mode 100644 index 44689977d4f7..000000000000 --- a/devel/ORBit2/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 @@ - - Known values for TARGET are: - -- client (calls glib-config) -- server (calls glib-config) -+ client (calls glib11d-config) -+ server (calls glib11d-config) - EOF - - exit $1 -@@ -86,8 +86,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 `glib11d-config --libs` @LIBS@ -lm" -+ the_flags="$the_flags `glib11d-config --cflags` -I@includedir@" - ;; - - --use-service=*) |