diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-07 18:10:12 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-07 18:10:12 +0800 |
commit | 551f40ac1d14b7ce35d49de618b339282804fda8 (patch) | |
tree | 5c783def2e2069ed0dcce9561e8ca6633ebccc60 /math/gnumeric2/files | |
parent | 471c03dfa5b1443a09cf96b8e897eeca72864dc0 (diff) | |
download | freebsd-ports-gnome-551f40ac1d14b7ce35d49de618b339282804fda8.tar.gz freebsd-ports-gnome-551f40ac1d14b7ce35d49de618b339282804fda8.tar.zst freebsd-ports-gnome-551f40ac1d14b7ce35d49de618b339282804fda8.zip |
Update to 0.75.
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-aa | 15 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-plugins::gb::Makefile.in | 16 |
2 files changed, 20 insertions, 11 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index cfaf864a4ea1..e3fc2037f807 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Tue Oct 23 13:08:10 2001 -+++ configure Tue Oct 23 13:09:21 2001 -@@ -10149,7 +10149,7 @@ +--- configure.orig Wed Nov 7 11:20:14 2001 ++++ configure Wed Nov 7 11:34:43 2001 +@@ -9981,7 +9981,7 @@ done @@ -12,3 +12,12 @@ $FreeBSD$ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +@@ -10618,7 +10618,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 diff --git a/math/gnumeric2/files/patch-plugins::gb::Makefile.in b/math/gnumeric2/files/patch-plugins::gb::Makefile.in index f56b7f4e776b..c0207945102a 100644 --- a/math/gnumeric2/files/patch-plugins::gb::Makefile.in +++ b/math/gnumeric2/files/patch-plugins::gb::Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- plugins/gb/Makefile.in.orig Tue Oct 9 15:16:29 2001 -+++ plugins/gb/Makefile.in Tue Oct 9 15:20:18 2001 -@@ -216,7 +216,7 @@ - gnum_gb_la_LIBADD = \ - $(GB_LIBS) \ - $(GNUMERIC_LIBS) \ -- -lm @GLIB_LIBS@ -lgb -lgbrun -+ -lm @GLIB_LIBS@ -lgbrun +--- 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 xml_in_files = plugin.xml.in |