diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-16 18:56:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-16 18:56:29 +0000 |
commit | e9e18d25b5e85ff9768cbc9b1b02330d7315e9ca (patch) | |
tree | 5482fe58597c54fc9926be672c7120caa58d5b19 /dev-libs/cyrus-sasl | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-e9e18d25b5e85ff9768cbc9b1b02330d7315e9ca.tar.gz gentoo-2-e9e18d25b5e85ff9768cbc9b1b02330d7315e9ca.tar.bz2 gentoo-2-e9e18d25b5e85ff9768cbc9b1b02330d7315e9ca.zip |
Fix alpha compilation, bug 69112.
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.20.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 8e1d0ab22fe2..9f6757e17127 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.106 2004/12/16 10:20:05 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.107 2004/12/16 18:56:29 kloeri Exp $ + + 16 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> + cyrus-sasl-2.1.20.ebuild: + Fix alpha compilation, bug 69112. 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> cyrus-sasl-2.1.20.ebuild: Stable on amd64. diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20.ebuild index 9f2f23c951c0..1cc817f6dc74 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20.ebuild,v 1.6 2004/12/16 10:20:05 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20.ebuild,v 1.7 2004/12/16 18:56:29 kloeri Exp $ inherit eutils gnuconfig flag-o-matic java-pkg @@ -138,9 +138,6 @@ src_compile() { myconf="${myconf} --with-dblib=none" fi - # Compaq-sdk checks for -D_REENTRANT and -pthread takes care the cpp stuff. - use alpha && append-flags -D_REENTRANT -pthread - # Detect mips systems properly. gnuconfig_update |