summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-07-18 04:47:17 +0000
committerBrad Laue <brad@gentoo.org>2003-07-18 04:47:17 +0000
commitc1e4a77727317c4ef32c4dbd3bbecb6ac3bce657 (patch)
tree11d95652092d980373caea39fb7c61f7129c5f0a /net-www/mozilla-firebird
parentAdded hppa to KEYWORDS. (diff)
downloadgentoo-2-c1e4a77727317c4ef32c4dbd3bbecb6ac3bce657.tar.gz
gentoo-2-c1e4a77727317c4ef32c4dbd3bbecb6ac3bce657.tar.bz2
gentoo-2-c1e4a77727317c4ef32c4dbd3bbecb6ac3bce657.zip
Fix build on 2.6 series kernels
Diffstat (limited to 'net-www/mozilla-firebird')
-rw-r--r--net-www/mozilla-firebird/ChangeLog5
-rw-r--r--net-www/mozilla-firebird/Manifest4
-rw-r--r--net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild6
3 files changed, 11 insertions, 4 deletions
diff --git a/net-www/mozilla-firebird/ChangeLog b/net-www/mozilla-firebird/ChangeLog
index 27fca6a2f5e3..7b092af0bc58 100644
--- a/net-www/mozilla-firebird/ChangeLog
+++ b/net-www/mozilla-firebird/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/mozilla-firebird
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.10 2003/07/03 17:59:13 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.11 2003/07/18 04:47:12 brad Exp $
+
+ 18 Jul 2003; Brad Laue <brad@gentoo.org> mozilla-firebird-0.6-r6.ebuild:
+ Build fix on 2.6 series kernels.
*mozilla-firebird-0.6-r6 (03 Jul 2003)
diff --git a/net-www/mozilla-firebird/Manifest b/net-www/mozilla-firebird/Manifest
index baf2c4a001eb..4180ca49616f 100644
--- a/net-www/mozilla-firebird/Manifest
+++ b/net-www/mozilla-firebird/Manifest
@@ -1,7 +1,7 @@
MD5 8ca497e8450db916c56c95ea96fcbfc9 mozilla-firebird-0.6-r4.ebuild 4713
MD5 febebab06fcb3cc7cf269e565795436d mozilla-firebird-0.6-r5.ebuild 4948
-MD5 54cdc9d97f4fcd415b204c989b902ea4 ChangeLog 2058
-MD5 012a21b42866cddcacfde5fe0d72b445 mozilla-firebird-0.6-r6.ebuild 4976
+MD5 6e32c6938be81b5380229b8b49cb00c9 ChangeLog 2169
+MD5 29ec2925b0611adebb3b2bd6661fafc9 mozilla-firebird-0.6-r6.ebuild 5081
MD5 6e4352482ed149b3b9aca78d83de1124 files/MozillaFirebird 753
MD5 78b9eef353e1aff29cef379e4de6b9fa files/digest-mozilla-firebird-0.6-r4 81
MD5 78b9eef353e1aff29cef379e4de6b9fa files/digest-mozilla-firebird-0.6-r5 81
diff --git a/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild b/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild
index 0454a4e949e2..552562cdf7a3 100644
--- a/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild
+++ b/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild,v 1.1 2003/07/03 17:59:13 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild,v 1.2 2003/07/18 04:47:12 brad Exp $
inherit makeedit flag-o-matic gcc nsplugins
@@ -54,6 +54,10 @@ src_unpack() {
# alpha stubs patch from lfs project.
# <taviso@gentoo.org> (26 Jun 2003)
use alpha && epatch ${FILESDIR}/mozilla-1.3-alpha-stubs.patch
+
+ # Fix build with Linux 2.6
+ cp ${S}/security/coreconf/Linux2.5.mk ${S}/security/coreconf/Linux2.6.mk
+
}
src_compile() {