pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gnumeric110 Use the correct libtool archive for l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5355aaf3c82
branches: trunk
changeset: 572427:f5355aaf3c82
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Feb 25 19:55:28 2010 +0000
description:
Use the correct libtool archive for linkage.
diffstat:
math/gnumeric110/distinfo | 3 ++-
math/gnumeric110/patches/patch-ab | 31 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r 697f41ef8f8a -r f5355aaf3c82 math/gnumeric110/distinfo
--- a/math/gnumeric110/distinfo Thu Feb 25 19:53:55 2010 +0000
+++ b/math/gnumeric110/distinfo Thu Feb 25 19:55:28 2010 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/02/18 21:00:43 drochner Exp $
+$NetBSD: distinfo,v 1.2 2010/02/25 19:55:28 joerg Exp $
SHA1 (gnumeric-1.10.0.tar.bz2) = 3645087e4dde66f7b124a323d72487d943383aac
RMD160 (gnumeric-1.10.0.tar.bz2) = 19d1c98c8d09e47e5ea241e828d441915040e702
Size (gnumeric-1.10.0.tar.bz2) = 17350730 bytes
SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd
+SHA1 (patch-ab) = 7523432d3add8a2c54cfecbc937acf250535c1fe
SHA1 (patch-af) = eb444e3f097b991d4f3ff97b716e4cd84df69ccc
diff -r 697f41ef8f8a -r f5355aaf3c82 math/gnumeric110/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/gnumeric110/patches/patch-ab Thu Feb 25 19:55:28 2010 +0000
@@ -0,0 +1,31 @@
+$NetBSD: patch-ab,v 1.1 2010/02/25 19:55:28 joerg Exp $
+
+--- plugins/excelplugins/Makefile.in.orig 2010-02-25 17:14:46.000000000 +0000
++++ plugins/excelplugins/Makefile.in
+@@ -71,7 +71,7 @@ am__base_list = \
+ 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_$(V))
+@@ -300,7 +300,7 @@ infodir = @infodir@
+ install_sh = @install_sh@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
+-localedir = @localedir@
++localedir = /usr/pkg/share/locale
+ localstatedir = @localstatedir@
+ lt_ECHO = @lt_ECHO@
+ mandir = @mandir@
+@@ -327,7 +327,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
Home |
Main Index |
Thread Index |
Old Index