diff options
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-aa | 14 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 7 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-plugins::gb::Makefile.in | 14 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src::mathfunc.h | 9 |
5 files changed, 0 insertions, 62 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 1d1db230e937..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon Aug 13 12:59:13 2001 -+++ configure Mon Aug 13 13:00:05 2001 -@@ -18426,7 +18426,7 @@ - fi - done - --for ac_header in iconv.h -+for ac_header in giconv.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - echo "$as_me:18432: checking for $ac_header" >&5 diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 3447b30f39b5..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in.orig Mon Nov 13 19:56:19 2000 -+++ Makefile.in Tue Nov 14 15:34:05 2000 -@@ -164,3 +164,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnumericConf.sh diff --git a/math/gnumeric2/files/patch-ltmain.sh b/math/gnumeric2/files/patch-ltmain.sh deleted file mode 100644 index af8915758609..000000000000 --- a/math/gnumeric2/files/patch-ltmain.sh +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/07/09 15:41:44 1.1 -+++ ltmain.sh 2001/07/09 15:41:59 -@@ -4175,10 +4175,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/math/gnumeric2/files/patch-plugins::gb::Makefile.in b/math/gnumeric2/files/patch-plugins::gb::Makefile.in deleted file mode 100644 index 921407563055..000000000000 --- a/math/gnumeric2/files/patch-plugins::gb::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/gb/Makefile.in 2001/07/09 16:19:36 1.1 -+++ plugins/gb/Makefile.in 2001/07/09 16:19:48 -@@ -181,7 +181,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) $(EXTRA_GNOME_LIBS) -lm @GLIB_LIBS@ -lgb -lgbrun -+gnum_gb_la_LIBADD = $(GB_LIBS) $(EXTRA_GNOME_LIBS) -lm @GLIB_LIBS@ -lgbrun - - - EXTRA_DIST = README main.gba gnumeric.gbp $(gnum_gb_DATA) diff --git a/math/gnumeric2/files/patch-src::mathfunc.h b/math/gnumeric2/files/patch-src::mathfunc.h deleted file mode 100644 index 5ece38afaf53..000000000000 --- a/math/gnumeric2/files/patch-src::mathfunc.h +++ /dev/null @@ -1,9 +0,0 @@ ---- src/mathfunc.h.orig Thu Apr 26 20:47:46 2001 -+++ src/mathfunc.h Mon May 21 12:08:51 2001 -@@ -7,2 +7,6 @@ - -+#ifdef __FreeBSD__ -+#define FINITE finite -+#endif -+ - #ifndef FINITE |