pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45553: mozilla packages on NetBSD 4.0 should not use --with-system-libevent
The following reply was made to PR pkg/45553; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/45553: mozilla packages on NetBSD 4.0 should not use
--with-system-libevent
Date: Tue, 01 Nov 2011 20:20:28 +0700
I added the patch below, that's enough to allow both xulrunner and seamonkey to
configure, but neither builds - they fail the same way, in what (given
that they build on NetBSD 5) suggests to me that perhaps we also need to
use a newer gcc than the standard one on NetBSD 4. I'll try that later.
kre
Index: mozilla-common.mk
===================================================================
RCS file: /cvsroot/NetBSD/pkgsrc/devel/xulrunner/mozilla-common.mk,v
retrieving revision 1.26
diff -u -r1.26 mozilla-common.mk
--- mozilla-common.mk 19 Aug 2011 14:31:10 -0000 1.26
+++ mozilla-common.mk 1 Nov 2011 13:17:39 -0000
@@ -86,6 +86,8 @@
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.5
CONFIGURE_ENV+= ac_cv_sqlite_secure_delete=yes # c.f. patches/patch-al
.include "../../databases/sqlite3/buildlink3.mk"
+# not sure if 1.1 is sufficient, but earlier (like in NetBSD 4) is not.
+BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index