diff options
author | steve <steve@FreeBSD.org> | 1999-05-09 17:22:54 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-09 17:22:54 +0000 |
commit | 8c4c6ba7a47b8fa39385787b232d1ca94e6a213a (patch) | |
tree | d78ed27f9306212c9313bb688341f00ff906e978 /math/gnumeric/files | |
parent | b9fbed7d3f902a08f42629ab9fbace217dcbfa64 (diff) | |
download | FreeBSD-ports-8c4c6ba7a47b8fa39385787b232d1ca94e6a213a.zip FreeBSD-ports-8c4c6ba7a47b8fa39385787b232d1ca94e6a213a.tar.gz |
Update to version 0.25.
PR: 11544
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'math/gnumeric/files')
-rw-r--r-- | math/gnumeric/files/patch-aa | 32 | ||||
-rw-r--r-- | math/gnumeric/files/patch-ba | 4 |
2 files changed, 28 insertions, 8 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index 1c57a9b..c8d972a 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,15 +1,15 @@ ---- configure.orig Wed Feb 24 03:49:18 1999 -+++ configure Wed Feb 24 18:46:00 1999 -@@ -3309,7 +3309,7 @@ +--- configure.orig Tue Apr 27 14:23:58 1999 ++++ configure Thu May 6 10:48:39 1999 +@@ -3335,7 +3335,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lxml `gnome-config --libs xml` $LIBS" +LIBS="`xml-config --libs` $LIBS" cat > conftest.$ac_ext <<EOF - #line 3315 "configure" + #line 3341 "configure" #include "confdefs.h" -@@ -3340,7 +3340,7 @@ +@@ -3366,7 +3366,7 @@ @@ -18,7 +18,7 @@ else echo "$ac_t""no" 1>&6 -@@ -5557,15 +5557,15 @@ +@@ -5583,15 +5583,15 @@ fi @@ -40,3 +40,23 @@ fi if test "$XGETTEXT" != ":"; then +@@ -6174,7 +6174,7 @@ + test -n "$AWK" && break + done + +-GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gdk/gdkkeysyms.h" ++GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gtk12/gdk/gdkkeysyms.h" + + cat >> confdefs.h <<\EOF + #define ENABLE_GNOME 1 +@@ -6198,8 +6198,8 @@ + LIBGLADE_FULLDIST_TRUE='#' + LIBGLADE_FULLDIST_FALSE= + fi +-XML_LIBS=`gnome-config --libs xml` +-XML_CFLAGS=`gnome-config --cflags xml`/gnome-xml ++XML_LIBS=`xml-config --libs` ++XML_CFLAGS=`xml-config --cflags` + + + diff --git a/math/gnumeric/files/patch-ba b/math/gnumeric/files/patch-ba index 3dff658..6a7b72a 100644 --- a/math/gnumeric/files/patch-ba +++ b/math/gnumeric/files/patch-ba @@ -4,8 +4,8 @@ perl_val = @perl_val@ python_val = @python_val@ --SUBDIRS = intl po macros plugins src doc -+SUBDIRS = intl po macros plugins src +-SUBDIRS = intl po macros libglade plugins src doc ++SUBDIRS = intl po macros libglade plugins src EXTRA_DIST = gnumeric.desktop README HACKING gnumeric.spec.in gnumeric.keys.in gnumeric.mime $(appicon_DATA) |