summaryrefslogtreecommitdiffstats
path: root/math/gnumeric/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric/files/patch-configure')
-rw-r--r--math/gnumeric/files/patch-configure19
1 files changed, 5 insertions, 14 deletions
diff --git a/math/gnumeric/files/patch-configure b/math/gnumeric/files/patch-configure
index 71ecb2bff..992b6246c 100644
--- a/math/gnumeric/files/patch-configure
+++ b/math/gnumeric/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2007-07-29 02:46:18.000000000 -0400
-+++ configure 2007-07-29 02:48:14.000000000 -0400
-@@ -23472,12 +23472,12 @@ if test -n "$PKG_CONFIG"; then
+--- 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" && \
@@ -16,7 +16,7 @@
else
pkg_failed=yes
fi
-@@ -23490,12 +23490,12 @@ if test -n "$PKG_CONFIG"; then
+@@ -23345,12 +23345,12 @@ if test -n "$PKG_CONFIG"; then
pkg_cv_GB_LIBS="$GB_LIBS"
else
if test -n "$PKG_CONFIG" && \
@@ -32,7 +32,7 @@
else
pkg_failed=yes
fi
-@@ -23514,9 +23514,9 @@ else
+@@ -23369,9 +23369,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
@@ -44,12 +44,3 @@
fi
# Put the nasty error message in config.log where it belongs
echo "$GB_PKG_ERRORS" >&5
-@@ -27943,7 +27943,7 @@ echo $ECHO_N "checking
- ======== for python = 2.x... $ECHO_C" >&6; }
- PY_VERSION=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:3])'`
- major_ver=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:1])'`
-- if test "x$major_ver" == "x2"; then
-+ if test "x$major_ver" = "x2"; then
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
- else