49b6c9c0c1
Pkgsrc changes: * Modify license to dual either gpl2 or gpl3. * Adjust BUILDLINK_API_DEPENDS settings from configure.ac. * Adjust PLIST to files now installed. * Add comments to the existing patches. Upstream notable changes (see ChangeLog in source for details): gnumeric 1.12.21: * ODS import/export fixes * XLSX import/export fixes gnumeric 1.12.20: * ODF import/export fixes and enhancements. * XLSX import/export fixes and enhancements. gnumeric 1.12.19: * (no noteworthy major changes) gnumeric 1.12.18: * Workaround gtk+ api/abi breaks. gnumeric 1.12.17: * xlsx import/export improvements. gnumeric 1.12.16: * ODS import/export improvements gnumeric 1.12.15: * ods/xlsx graph import fixes * ods import/export fixes gnumeric 1.12.14: * Many fixes related to conditional formats. * Try to disable Ubuntu's non-working scroll bars. gnumeric 1.12.13: * ods import/export export fixes. * xls import/export export fixes. gnumeric 1.12.12: * Test suite improvements. * ods import/export improvements * xls import/export improvements * xlsx import/export improvements gnumeric 1.12.11: * A problem with saving to Excel97 format was fixed. gnumeric 1.12.10: * Accuracy improvements * Work around gtk+ abi breaks * Win32 improvements
24 lines
1.1 KiB
Text
24 lines
1.1 KiB
Text
$NetBSD: patch-ab,v 1.3 2015/08/05 21:34:17 he Exp $
|
|
|
|
Adapt to our build layout.
|
|
|
|
--- plugins/excelplugins/Makefile.in.orig 2013-08-16 21:42:10.000000000 +0000
|
|
+++ plugins/excelplugins/Makefile.in
|
|
@@ -93,7 +93,7 @@ am__uninstall_files_from_dir = { \
|
|
am__installdirs = "$(DESTDIR)$(gnumeric_plugin_excelpluginsdir)" \
|
|
"$(DESTDIR)$(xmldir)"
|
|
LTLIBRARIES = $(gnumeric_plugin_excelplugins_LTLIBRARIES)
|
|
-plugin_la_DEPENDENCIES = ../../src/.libs/libspreadsheet.la
|
|
+plugin_la_DEPENDENCIES = ../../src/libspreadsheet.la
|
|
am_plugin_la_OBJECTS = excelplugins.lo
|
|
plugin_la_OBJECTS = $(am_plugin_la_OBJECTS)
|
|
AM_V_lt = $(am__v_lt_@AM_V@)
|
|
@@ -377,7 +377,7 @@ gnumeric_plugin_excelpluginsdir = $(gnum
|
|
xmldir = $(gnumeric_plugin_excelpluginsdir)
|
|
gnumeric_plugin_excelplugins_LTLIBRARIES = plugin.la xlcall32.la
|
|
plugin_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS)
|
|
-plugin_la_LIBADD = ../../src/.libs/libspreadsheet.la
|
|
+plugin_la_LIBADD = ../../src/libspreadsheet.la
|
|
plugin_la_SOURCES = excelplugins.c
|
|
xlcall32_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS)
|
|
xlcall32_la_SOURCES = xlcall32_emulation.c win32replacements.h xlcall.h
|