summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-28 20:58:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-28 20:58:04 +0000
commit6359f192b3a7667a8c071d8b2e415b66ac2e232f (patch)
tree4fa0c6ab03760b1026cb1494f3b124feaf7ed995
parentPortlint: (diff)
Add a patch for glib11d-config.
Notes
Notes: svn path=/head/; revision=15688
-rw-r--r--devel/ORBit/files/patch-ad24
-rw-r--r--devel/ORBit2/files/patch-ad24
2 files changed, 48 insertions, 0 deletions
diff --git a/devel/ORBit/files/patch-ad b/devel/ORBit/files/patch-ad
new file mode 100644
index 000000000000..44689977d4f7
--- /dev/null
+++ b/devel/ORBit/files/patch-ad
@@ -0,0 +1,24 @@
+--- 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=*)
diff --git a/devel/ORBit2/files/patch-ad b/devel/ORBit2/files/patch-ad
new file mode 100644
index 000000000000..44689977d4f7
--- /dev/null
+++ b/devel/ORBit2/files/patch-ad
@@ -0,0 +1,24 @@
+--- 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=*)