diff options
Diffstat (limited to 'math/gnumeric2/files/patch-plugins::gb::Makefile.in')
-rw-r--r-- | math/gnumeric2/files/patch-plugins::gb::Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
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 |