diff options
Diffstat (limited to 'math/gnumeric/patches/patch-ac')
-rw-r--r-- | math/gnumeric/patches/patch-ac | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/math/gnumeric/patches/patch-ac b/math/gnumeric/patches/patch-ac deleted file mode 100644 index 81e8677d292..00000000000 --- a/math/gnumeric/patches/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2000/05/30 09:16:11 rh Exp $ - ---- plugins/lotus-123/Makefile.in.orig Wed May 10 04:58:49 2000 -+++ plugins/lotus-123/Makefile.in Fri May 19 23:49:13 2000 -@@ -156,7 +156,7 @@ - INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR) - - --gnumeric_plugin_LTLIBRARIES = gnum_lotus.la -+gnumeric_plugin_LTLIBRARIES = gnum_lotus.a - gnum_lotus_la_LDFLAGS = -module -avoid-version - gnum_lotus_la_SOURCES = boot.c lotus-types.h lotus.h lotus.c lotus-formula.h lotus-formula.c - -@@ -258,7 +258,9 @@ - - maintainer-clean-libtool: - --gnum_lotus.la: $(gnum_lotus_la_OBJECTS) $(gnum_lotus_la_DEPENDENCIES) -+gnum_lotus.la: gnum_lotus.a -+ -+gnum_lotus.a: $(gnum_lotus_la_OBJECTS) $(gnum_lotus_la_DEPENDENCIES) - $(LINK) -rpath $(gnumeric_plugindir) $(gnum_lotus_la_LDFLAGS) $(gnum_lotus_la_OBJECTS) $(gnum_lotus_la_LIBADD) $(LIBS) - - tags: TAGS |