diff options
author | skrll <skrll@pkgsrc.org> | 2001-04-26 14:42:32 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-04-26 14:42:32 +0000 |
commit | 4fa844696139d8498b254734cf1ef83cd3aee504 (patch) | |
tree | d936def914d7a4710a9a333ada6f62101bc8d027 /textproc/libpspell | |
parent | a0fd92a75038f929c7a9f01044488d1fa141f04b (diff) | |
download | pkgsrc-4fa844696139d8498b254734cf1ef83cd3aee504.tar.gz |
Remove nasty libtool hack that is no longer needed with the excellent new
libtool. :-)
This package now builds. Problems highlighted by recent bulk build.
Diffstat (limited to 'textproc/libpspell')
-rw-r--r-- | textproc/libpspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/libpspell/patches/patch-aa | 16 |
2 files changed, 1 insertions, 18 deletions
diff --git a/textproc/libpspell/distinfo b/textproc/libpspell/distinfo index e6d74dc6d5d..e4d990290e0 100644 --- a/textproc/libpspell/distinfo +++ b/textproc/libpspell/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:00 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/04/26 14:42:32 skrll Exp $ SHA1 (pspell-.11.2.tar.gz) = 733f41994ff0091bb454067168f0bab15d71b8de Size (pspell-.11.2.tar.gz) = 384312 bytes -SHA1 (patch-aa) = b0b7f9f5a86f0b5de6bb6b8fd04a3974d05c5e0c diff --git a/textproc/libpspell/patches/patch-aa b/textproc/libpspell/patches/patch-aa deleted file mode 100644 index 5623a4b52d8..00000000000 --- a/textproc/libpspell/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/10/22 09:30:43 rh Exp $ - ---- interface/Makefile.in.orig Sat Aug 19 09:07:34 2000 -+++ interface/Makefile.in -@@ -87,9 +87,9 @@ - - libpspell_la_LDFLAGS = -version-info 2:2:0 - --libpspell_la_LIBADD = $(LIBLTDL) ../modules/libpspell-modules.la $(CXX_LIBS) -+libpspell_la_LIBADD = $(LIBLTDL) -L`pwd`/../modules/.libs -lpspell-modules $(CXX_LIBS) - --libpspell_impl_la_LIBADD = libpspell.la -+libpspell_impl_la_LIBADD = -L`pwd`/.libs -lpspell - - libpspell_impl_la_LDFLAGS = -version-info 3:1:0 - |