diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-17 05:42:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-17 05:42:04 +0800 |
commit | 934db5f69a9e869bdb5589acf1b4ff9709e7dfa9 (patch) | |
tree | 4d7fe41e0b5690ca751c396d604a6bae8ba62abd /math/gnumeric/files/patch-configure | |
parent | 4107497d4948f7c8c1d9078e36cac52202cb0cf8 (diff) | |
download | marcuscom-ports-934db5f69a9e869bdb5589acf1b4ff9709e7dfa9.tar marcuscom-ports-934db5f69a9e869bdb5589acf1b4ff9709e7dfa9.tar.gz marcuscom-ports-934db5f69a9e869bdb5589acf1b4ff9709e7dfa9.tar.bz2 marcuscom-ports-934db5f69a9e869bdb5589acf1b4ff9709e7dfa9.tar.lz marcuscom-ports-934db5f69a9e869bdb5589acf1b4ff9709e7dfa9.tar.xz marcuscom-ports-934db5f69a9e869bdb5589acf1b4ff9709e7dfa9.tar.zst marcuscom-ports-934db5f69a9e869bdb5589acf1b4ff9709e7dfa9.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9592 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric/files/patch-configure')
-rw-r--r-- | math/gnumeric/files/patch-configure | 19 |
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 |