diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-09 01:13:40 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-09 01:13:40 +0000 |
commit | f4442a7aa7d134c8de8574845b26edddcac65935 (patch) | |
tree | 0f55c576fb88ce09083373c32ab8312529d29dc5 /devel/ORBit/files/patch-ad | |
parent | f642b1eef53afa46d333b0f0cb5bf670d5bd8df1 (diff) |
Notes
Diffstat (limited to 'devel/ORBit/files/patch-ad')
-rw-r--r-- | devel/ORBit/files/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ORBit/files/patch-ad b/devel/ORBit/files/patch-ad index 44689977d4f7..bc0a5f58b9c9 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 glib11d-config) -+ server (calls glib11d-config) ++ client (calls glib12-config) ++ server (calls glib12-config) EOF exit $1 @@ -17,8 +17,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@" ++ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib12-config --libs` @LIBS@ -lm" ++ the_flags="$the_flags `glib12-config --cflags` -I@includedir@" ;; --use-service=*) |