aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBit2/files/patch-ad')
-rw-r--r--devel/ORBit2/files/patch-ad30
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/ORBit2/files/patch-ad b/devel/ORBit2/files/patch-ad
deleted file mode 100644
index 0bb76e615318..000000000000
--- a/devel/ORBit2/files/patch-ad
+++ /dev/null
@@ -1,30 +0,0 @@
-
-$FreeBSD$
-
---- orbit-config.in.orig Wed Sep 19 20:09:00 2001
-+++ orbit-config.in Tue Jan 22 14:27:19 2002
-@@ -28,8 +28,8 @@
-
- Known values for TARGET are:
-
-- client (calls glib-config)
-- server (calls glib-config)
-+ client (calls @GLIB_CONFIG@)
-+ server (calls @GLIB_CONFIG@)
- EOF
-
- exit $1
-@@ -87,10 +87,10 @@
- ;;
-
- client|server)
-- the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
-- the_flags="$the_flags `glib-config --cflags` "
-+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm"
-+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` "
- test "x$includedir" = "x/usr/include" \
-- || the_flags="$the_flags -I$includedir "
-+ || the_flags="$the_flags -I$includedir -I@includedir@"
- ;;
-
- --use-service=*)