diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-09-24 04:02:29 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-09-24 04:02:29 +0000 |
commit | 02307c18676aad3082737bc1fe2ead28e98ec31e (patch) | |
tree | 6e62b9f39e5ecba9e6dc8cae139676a4684d126b /mail | |
parent | 34ee40ea17f6fe347128e2dc045fa72d17bb4189 (diff) | |
download | pkgsrc-02307c18676aad3082737bc1fe2ead28e98ec31e.tar.gz |
libibex needs to be linked without -static, because it's pulled in wholesale
into other shared libraries.
XXX There should probably be a libibex-static (a la libeutil-static) for
linking into evolution-mail, but someone else can change that.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 7 | ||||
-rw-r--r-- | mail/evolution/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution/patches/patch-am | 13 |
3 files changed, 21 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 20c1c1c2eb7..2c0456391b1 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/08/11 18:39:25 rh Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/24 04:02:29 mycroft Exp $ # DISTNAME= evolution-0.12 @@ -9,6 +9,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.ximian.com/apps/evolution.php3 COMMENT= GNOME mailer, calendar, contact manager, and communications tool +BUILD_DEPENDS+= automake>=1.4:../../devel/automake + DEPENDS+= bison-*:../../devel/bison DEPENDS+= db3-2.9:../../databases/db3 DEPENDS+= gal>=0.10:../../devel/gal @@ -37,6 +39,9 @@ CONFIGURE_ARGS+= --with-db3-libs=${LOCALBASE}/lib CONFIGURE_ENV+= CFLAGS="-D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}" CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 +pre-configure: + (cd ${WRKSRC} && ${LOCALBASE}/bin/automake) + .include "../../security/openssl/buildlink.mk" .include "../../databases/db3/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 9c9ce7a464e..2d50f52022c 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/08/11 18:39:25 rh Exp $ +$NetBSD: distinfo,v 1.4 2001/09/24 04:02:29 mycroft Exp $ SHA1 (evolution-0.12.tar.gz) = 96358fbc2c6baef334080566b25b5ec16d4084a9 Size (evolution-0.12.tar.gz) = 7657279 bytes @@ -14,3 +14,4 @@ SHA1 (patch-ai) = 7f6b9212a482fcb1230b1e920daa58aef678b15d SHA1 (patch-aj) = 9b24098b338af3eff7e2f2f46d6817e7cf5cd510 SHA1 (patch-ak) = 1f367591284d27beeecd8c9f9308ca77dda8f7fb SHA1 (patch-al) = c8e74b698a5472b143b55716d1a4f6df71544f23 +SHA1 (patch-am) = 4c6b3e83efe66feb42a2d7eddce9d4e34593efa8 diff --git a/mail/evolution/patches/patch-am b/mail/evolution/patches/patch-am new file mode 100644 index 00000000000..a505c4d8e47 --- /dev/null +++ b/mail/evolution/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2001/09/24 04:02:30 mycroft Exp $ + +--- libibex/Makefile.am.orig Sun Sep 23 23:38:35 2001 ++++ libibex/Makefile.am Sun Sep 23 23:38:42 2001 +@@ -9,8 +9,6 @@ + disktail.c \ + ibex_block.c + +-libibex_la_LDFLAGS = -static +- + libibex_la_LIBADD = \ + $(GAL_LIBS) + |