diff options
Diffstat (limited to 'math/gnumeric/files')
-rw-r--r-- | math/gnumeric/files/patch-aa | 17 | ||||
-rw-r--r-- | math/gnumeric/files/patch-doc::gnumeric-doc.make | 14 | ||||
-rw-r--r-- | math/gnumeric/files/patch-plugins::gb::Makefile.in | 19 |
3 files changed, 15 insertions, 35 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index 3bbcde722300..d182a0f6270f 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Fri Jun 7 21:38:37 2002 -+++ configure Fri Jun 7 21:39:48 2002 -@@ -5913,6 +5913,7 @@ +--- configure.orig Thu Dec 12 14:44:07 2002 ++++ configure Tue Dec 24 00:22:37 2002 +@@ -9014,6 +9014,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,12 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10790,7 +10791,7 @@ +@@ -17878,7 +17879,7 @@ if gnome-config --libs gb > /dev/null 2>&1; then verstxt=`gnome-config --modversion gb 2>/dev/null` vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'` - if test "$vers" -eq 000017; then + if test "$vers" -ge 000017; then - echo "$ac_t""$marker_ok found $verstxt" 1>&6 - cat >> confdefs.h <<\EOF - #define ENABLE_GB 1 + echo "$as_me:$LINENO: result: $marker_ok found $verstxt" >&5 + echo "${ECHO_T}$marker_ok found $verstxt" >&6 + diff --git a/math/gnumeric/files/patch-doc::gnumeric-doc.make b/math/gnumeric/files/patch-doc::gnumeric-doc.make deleted file mode 100644 index 9ae036b7390a..000000000000 --- a/math/gnumeric/files/patch-doc::gnumeric-doc.make +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/gnumeric-doc.make 2002/06/07 19:30:21 1.1 -+++ doc/gnumeric-doc.make 2002/06/07 19:30:33 -@@ -9,7 +9,7 @@ - gnumeric_docdir = $(top_srcdir)/doc - sgml_ents = functions.sgml - --gnumeric_helpdir = $(datadir)/gnome/help/gnumeric/$(lang) -+gnumeric_helpdir = $(datadir)/help/gnumeric/$(lang) - gnumeric_help_DATA = topic.dat - - # include generated files to simplify installation diff --git a/math/gnumeric/files/patch-plugins::gb::Makefile.in b/math/gnumeric/files/patch-plugins::gb::Makefile.in index c0207945102a..5465dd84775a 100644 --- a/math/gnumeric/files/patch-plugins::gb::Makefile.in +++ b/math/gnumeric/files/patch-plugins::gb::Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- plugins/gb/Makefile.in.orig Wed Nov 7 11:18:32 2001 -+++ plugins/gb/Makefile.in Wed Nov 7 11:19:15 2001 -@@ -194,7 +194,7 @@ - gnum_gb_la_SOURCES = common.c common.h excel-gb-application.c excel-gb-application.h excel-gb-context.c excel-gb-context.h excel-gb-interior.c excel-gb-interior.h excel-gb-range.c excel-gb-range.h excel-gb-selection.c excel-gb-selection.h excel-gb-worksheet.c excel-gb-worksheet.h excel-gb-worksheets.c excel-gb-worksheets.h excel-gb-worksheet-function.c excel-gb-worksheet-function.h plugin.c streams.h streams.c - - --gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgb -lgbrun -+gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgbrun +--- plugins/gb/Makefile.in.orig Tue Dec 24 00:29:02 2002 ++++ plugins/gb/Makefile.in Tue Dec 24 00:29:57 2002 +@@ -311,7 +311,7 @@ + gnum_gb_la_LIBADD = \ + $(GB_LIBS) \ + $(GNUMERIC_LIBS) \ +- -lm @GLIB_LIBS@ -lgb -lgbrun ++ -lm @GLIB_LIBS@ -lgbrun xml_in_files = plugin.xml.in |