aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ORBit
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-29 04:58:04 +0800
committervanilla <vanilla@FreeBSD.org>1998-12-29 04:58:04 +0800
commitbd8d5c3c05d9c57d5a5d0ed5a465657363403755 (patch)
tree762d708cd13f1cec704be8149ad4b0d4fdfcb941 /devel/ORBit
parent79abe11bd05fa5225e5b8e6941aa793e5652ceb0 (diff)
downloadfreebsd-ports-gnome-bd8d5c3c05d9c57d5a5d0ed5a465657363403755.tar.gz
freebsd-ports-gnome-bd8d5c3c05d9c57d5a5d0ed5a465657363403755.tar.zst
freebsd-ports-gnome-bd8d5c3c05d9c57d5a5d0ed5a465657363403755.zip
Add a patch for glib11d-config.
Diffstat (limited to 'devel/ORBit')
-rw-r--r--devel/ORBit/files/patch-ad24
1 files changed, 24 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=*)