diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:28:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:28:31 +0800 |
commit | 280ee8a4a459a845499822f9bdd3d40c030a4c55 (patch) | |
tree | 23c36006cb6d29018b6c9a16bd8ce54095639025 /math/gnumeric/files/patch-configure | |
parent | 99eb4e838b10ac9494e619513637f3a8dd6df892 (diff) | |
download | marcuscom-ports-280ee8a4a459a845499822f9bdd3d40c030a4c55.tar.gz marcuscom-ports-280ee8a4a459a845499822f9bdd3d40c030a4c55.tar.zst marcuscom-ports-280ee8a4a459a845499822f9bdd3d40c030a4c55.zip |
Add 1.8.1.
Teach it to look for the stable version of libgda3. And a released version
of libgnomedb.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10355 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric/files/patch-configure')
-rw-r--r-- | math/gnumeric/files/patch-configure | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/math/gnumeric/files/patch-configure b/math/gnumeric/files/patch-configure new file mode 100644 index 000000000..992b6246c --- /dev/null +++ b/math/gnumeric/files/patch-configure @@ -0,0 +1,46 @@ +--- configure.orig 2007-09-16 17:10:01.000000000 -0400 ++++ configure 2007-09-16 17:10:01.000000000 -0400 +@@ -23327,12 +23327,12 @@ if test -n "$PKG_CONFIG"; then + pkg_cv_GB_CFLAGS="$GB_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb == 1.17\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgb == 1.17") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb = 1.17\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgb = 1.17") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GB_CFLAGS=`$PKG_CONFIG --cflags "libgb == 1.17" 2>/dev/null` ++ pkg_cv_GB_CFLAGS=`$PKG_CONFIG --cflags "libgb = 1.17" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -23345,12 +23345,12 @@ if test -n "$PKG_CONFIG"; then + pkg_cv_GB_LIBS="$GB_LIBS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb == 1.17\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgb == 1.17") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb = 1.17\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgb = 1.17") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GB_LIBS=`$PKG_CONFIG --libs "libgb == 1.17" 2>/dev/null` ++ pkg_cv_GB_LIBS=`$PKG_CONFIG --libs "libgb = 1.17" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -23369,9 +23369,9 @@ else + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- GB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgb == 1.17"` ++ GB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgb = 1.17"` + else +- GB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgb == 1.17"` ++ GB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgb = 1.17"` + fi + # Put the nasty error message in config.log where it belongs + echo "$GB_PKG_ERRORS" >&5 |