diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-14 19:16:50 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-14 19:16:50 +0800 |
commit | 036e7974eed2638ee19aeb5067f37edcb5e296b3 (patch) | |
tree | 8524028d0ea76ba5ebaa73d822ace81c20e69c11 /devel | |
parent | 272efc2d4784c758538f404347abb94a1ad5230d (diff) | |
download | freebsd-ports-gnome-036e7974eed2638ee19aeb5067f37edcb5e296b3.tar.gz freebsd-ports-gnome-036e7974eed2638ee19aeb5067f37edcb5e296b3.tar.zst freebsd-ports-gnome-036e7974eed2638ee19aeb5067f37edcb5e296b3.zip |
PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Fixed for the libIDL-config command.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBit/files/patch-ad | 23 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ad | 23 |
2 files changed, 38 insertions, 8 deletions
diff --git a/devel/ORBit/files/patch-ad b/devel/ORBit/files/patch-ad index bc0a5f58b9c9..fe48898dce42 100644 --- a/devel/ORBit/files/patch-ad +++ b/devel/ORBit/files/patch-ad @@ -6,8 +6,8 @@ - client (calls glib-config) - server (calls glib-config) -+ client (calls glib12-config) -+ server (calls glib12-config) ++ client (calls @GLIB_CONFIG@) ++ server (calls @GLIB_CONFIG@) EOF exit $1 @@ -17,8 +17,23 @@ 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@" ++ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm" ++ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I@includedir@" ;; --use-service=*) +--- libIDL/libIDL-config.in.orig Fri Apr 16 09:52:20 1999 ++++ libIDL/libIDL-config.in Wed Oct 13 20:49:40 1999 +@@ -74,10 +74,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/files/patch-ad b/devel/ORBit2/files/patch-ad index bc0a5f58b9c9..fe48898dce42 100644 --- a/devel/ORBit2/files/patch-ad +++ b/devel/ORBit2/files/patch-ad @@ -6,8 +6,8 @@ - client (calls glib-config) - server (calls glib-config) -+ client (calls glib12-config) -+ server (calls glib12-config) ++ client (calls @GLIB_CONFIG@) ++ server (calls @GLIB_CONFIG@) EOF exit $1 @@ -17,8 +17,23 @@ 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@" ++ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm" ++ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I@includedir@" ;; --use-service=*) +--- libIDL/libIDL-config.in.orig Fri Apr 16 09:52:20 1999 ++++ libIDL/libIDL-config.in Wed Oct 13 20:49:40 1999 +@@ -74,10 +74,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 |