diff options
author | jmc <jmc@pkgsrc.org> | 2002-03-11 00:13:09 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-03-11 00:13:09 +0000 |
commit | 2101c21a193577c379607a9b8a15b0fcef67e067 (patch) | |
tree | 5998f75a8bc15d358bce585911af9b0f7b975e36 /mail | |
parent | c09eb4bd412509ba07faa786d929ba05a7abd3c8 (diff) | |
download | pkgsrc-2101c21a193577c379607a9b8a15b0fcef67e067.tar.gz |
libpspell pulls in libstdc++ via dependency settings in the lib. That needs -lm
to be added to LIBS then as some of the c++ routines referenced use math.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/distinfo | 4 | ||||
-rw-r--r-- | mail/balsa/patches/patch-aa | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo index 38eeb118e00..637111048f7 100644 --- a/mail/balsa/distinfo +++ b/mail/balsa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2002/02/01 17:02:18 mjl Exp $ +$NetBSD: distinfo,v 1.6 2002/03/11 00:13:09 jmc Exp $ SHA1 (balsa-1.2.4.tar.gz) = ece7cf1a16df48ddb18d98dbfbb44913f52d69ce Size (balsa-1.2.4.tar.gz) = 2786340 bytes -SHA1 (patch-aa) = 11a5896f2e7087ed85218f420223c30afb5a9921 +SHA1 (patch-aa) = 08dcb5a370e0e4c103581f9b06d9b0a95f6e883f SHA1 (patch-ba) = bafbce2ce3bb2f690e2975c4c072835519310533 diff --git a/mail/balsa/patches/patch-aa b/mail/balsa/patches/patch-aa index d6b27315a36..f7a54a2e60d 100644 --- a/mail/balsa/patches/patch-aa +++ b/mail/balsa/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.7 2002/02/01 17:02:18 mjl Exp $ +$NetBSD: patch-aa,v 1.8 2002/03/11 00:13:10 jmc Exp $ ---- configure.orig Sun Jan 20 12:45:14 2002 -+++ configure Fri Feb 1 14:12:02 2002 +--- configure.orig Sun Jan 20 11:45:14 2002 ++++ configure @@ -6593,7 +6593,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11,6 +11,15 @@ $NetBSD: patch-aa,v 1.7 2002/02/01 17:02:18 mjl Exp $ cat > conftest.$ac_ext <<EOF #line 6599 "configure" #include "confdefs.h" +@@ -6627,7 +6627,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lpspell $LIBS" ++ LIBS="-lpspell -lm $LIBS" + + else + echo "$ac_t""no" 1>&6 @@ -8131,7 +8131,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* |