From 3af68e992aa71d2165460c8f350f37a426be18b3 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Jan 2002 13:49:40 +0000 Subject: Bump to 0.12.2nb1: Link library with stdc++. --- textproc/libpspell/Makefile | 3 ++- textproc/libpspell/distinfo | 4 +++- textproc/libpspell/patches/patch-aa | 13 +++++++++++++ textproc/libpspell/patches/patch-ab | 13 +++++++++++++ 4 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 textproc/libpspell/patches/patch-aa create mode 100644 textproc/libpspell/patches/patch-ab (limited to 'textproc') diff --git a/textproc/libpspell/Makefile b/textproc/libpspell/Makefile index 5584959e1ee..6d529089da6 100644 --- a/textproc/libpspell/Makefile +++ b/textproc/libpspell/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2002/01/15 01:05:14 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/01/24 13:49:40 wiz Exp $ # DISTNAME= pspell-.12.2 PKGNAME= lib${DISTNAME:S/-./-0./} +PKGREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pspell/} diff --git a/textproc/libpspell/distinfo b/textproc/libpspell/distinfo index f7da6fc5b4d..3ea5018a139 100644 --- a/textproc/libpspell/distinfo +++ b/textproc/libpspell/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/01/15 01:05:14 wiz Exp $ +$NetBSD: distinfo,v 1.5 2002/01/24 13:49:40 wiz Exp $ SHA1 (pspell-.12.2.tar.gz) = dc3f2757433d5e79d7bf024f55111e00f91905b7 Size (pspell-.12.2.tar.gz) = 434193 bytes +SHA1 (patch-aa) = 8baf2f8a4d41e61277aef439c87d1f172b482e1d +SHA1 (patch-ab) = a6ef26433470bcbd45184f6ea5081056eae4a90c diff --git a/textproc/libpspell/patches/patch-aa b/textproc/libpspell/patches/patch-aa new file mode 100644 index 00000000000..07bde60374b --- /dev/null +++ b/textproc/libpspell/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2002/01/24 13:49:41 wiz Exp $ + +--- interface/Makefile.am.orig Wed May 30 04:31:51 2001 ++++ interface/Makefile.am +@@ -11,7 +11,7 @@ + + libpspell_la_LDFLAGS = ${extra_ldflags} -version-info 4:3:0 + +-libpspell_la_LIBADD = $(LIBLTDL) -L../modules/.libs ../modules/libpspell-modules.la ++libpspell_la_LIBADD = $(LIBLTDL) -L../modules/.libs ../modules/libpspell-modules.la -lstdc++ + + libpspell_impl_la_LIBADD = -L./.libs libpspell.la + diff --git a/textproc/libpspell/patches/patch-ab b/textproc/libpspell/patches/patch-ab new file mode 100644 index 00000000000..76955097971 --- /dev/null +++ b/textproc/libpspell/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2002/01/24 13:49:41 wiz Exp $ + +--- interface/Makefile.in.orig Thu Jan 24 13:46:21 2002 ++++ interface/Makefile.in +@@ -95,7 +95,7 @@ + + libpspell_la_LDFLAGS = ${extra_ldflags} -version-info 4:3:0 + +-libpspell_la_LIBADD = $(LIBLTDL) -L../modules/.libs ../modules/libpspell-modules.la ++libpspell_la_LIBADD = $(LIBLTDL) -L../modules/.libs ../modules/libpspell-modules.la -lstdc++ + + libpspell_impl_la_LIBADD = -L./.libs libpspell.la + -- cgit v1.2.3