diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 11:27:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 11:27:49 +0000 |
commit | 380c3e11fe011ebb8c196cbb893e40ffe4fc2661 (patch) | |
tree | 4bbbb35f209dc9392ac64a2a91095409ffe3d704 /devel/ORBit2/files/patch-libIDL::libIDL-config.in | |
parent | Update to 20020213.1 which fixes the PKG_DBDRIVER problem introduced (diff) |
Update to 2.3.103 after a repo-copy from ports/devel/ORBit.
Notes
Notes:
svn path=/head/; revision=54654
Diffstat (limited to 'devel/ORBit2/files/patch-libIDL::libIDL-config.in')
-rw-r--r-- | devel/ORBit2/files/patch-libIDL::libIDL-config.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/ORBit2/files/patch-libIDL::libIDL-config.in b/devel/ORBit2/files/patch-libIDL::libIDL-config.in deleted file mode 100644 index b32fd6a9ec83..000000000000 --- a/devel/ORBit2/files/patch-libIDL::libIDL-config.in +++ /dev/null @@ -1,18 +0,0 @@ - -$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 |