summaryrefslogtreecommitdiff
path: root/devel/ORBit2/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /devel/ORBit2/files/patch-ad
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'devel/ORBit2/files/patch-ad')
-rw-r--r--devel/ORBit2/files/patch-ad24
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 bc0a5f58b9c9..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 glib12-config)
-+ server (calls glib12-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 `glib12-config --libs` @LIBS@ -lm"
-+ the_flags="$the_flags `glib12-config --cflags` -I@includedir@"
- ;;
-
- --use-service=*)