summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-22 08:30:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-22 08:30:39 +0000
commit94b32467754a5bb497794469f7c23b20924deb5e (patch)
treec27efcf9f6483cc174e5974069b1b341d2d8a55a /devel
parentupgrade to 2.0 (diff)
Replace call to `glib-config' in libIDL-config script with the actual name of
the script on FreeBSD (glib12-config).
Notes
Notes: svn path=/head/; revision=49058
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBit/Makefile1
-rw-r--r--devel/ORBit/files/patch-libIDL::libIDL-config.in18
-rw-r--r--devel/ORBit2/Makefile1
-rw-r--r--devel/ORBit2/files/patch-libIDL::libIDL-config.in18
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile
index efa6740fa614..c4ad0ddc44f7 100644
--- a/devel/ORBit/Makefile
+++ b/devel/ORBit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ORBit
PORTVERSION= 0.5.10
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ORBit
diff --git a/devel/ORBit/files/patch-libIDL::libIDL-config.in b/devel/ORBit/files/patch-libIDL::libIDL-config.in
new file mode 100644
index 000000000000..b32fd6a9ec83
--- /dev/null
+++ b/devel/ORBit/files/patch-libIDL::libIDL-config.in
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- libIDL/libIDL-config.in 2001/10/22 11:25:30 1.1
++++ libIDL/libIDL-config.in 2001/10/22 11:26:00
+@@ -72,10 +72,10 @@
+ echo $exec_prefix
+ fi
+ if test "$echo_cflags" = "yes"; then
+- all_flags="$all_flags $includes $cflags `glib-config --cflags`"
++ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ --cflags`"
+ fi
+ if test "$echo_libs" = "yes"; then
+- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`"
++ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ --libs`"
+ fi
+
+ # Straight out any possible duplicates, but be careful to
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index efa6740fa614..c4ad0ddc44f7 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ORBit
PORTVERSION= 0.5.10
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ORBit
diff --git a/devel/ORBit2/files/patch-libIDL::libIDL-config.in b/devel/ORBit2/files/patch-libIDL::libIDL-config.in
new file mode 100644
index 000000000000..b32fd6a9ec83
--- /dev/null
+++ b/devel/ORBit2/files/patch-libIDL::libIDL-config.in
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- libIDL/libIDL-config.in 2001/10/22 11:25:30 1.1
++++ libIDL/libIDL-config.in 2001/10/22 11:26:00
+@@ -72,10 +72,10 @@
+ echo $exec_prefix
+ fi
+ if test "$echo_cflags" = "yes"; then
+- all_flags="$all_flags $includes $cflags `glib-config --cflags`"
++ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ --cflags`"
+ fi
+ if test "$echo_libs" = "yes"; then
+- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`"
++ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ --libs`"
+ fi
+
+ # Straight out any possible duplicates, but be careful to