pkgsrc/math/gnumeric110/patches/patch-af
drochner 49f5524c29 update to 1.10.8
changes:
-Add new Excel and Openformula units ("pica" and "picapt")
-New functions DATE2HDATE, DATE2HDATE_HEB and DATE2JULIAN
-UI improvements
-bugfixes
2010-08-05 18:43:14 +00:00

13 lines
449 B
Text

$NetBSD: patch-af,v 1.2 2010/08/05 18:43:14 drochner Exp $
--- configure.orig 2010-07-25 23:10:34.000000000 +0000
+++ configure
@@ -13046,7 +13046,7 @@ if test "x$gnumeric_with_gtk" = xtrue -a
# Check whether --with-gnome was given.
if test "${with_gnome+set}" = set; then :
- withval=$with_gnome; if test "x$withval" == xyes; then
+ withval=$with_gnome; if test "x$withval" = xyes; then
ui_msg="Gnome"
gnumeric_with_gnome=true
fi