summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-04-20 19:30:22 +0000
committerPacho Ramos <pacho@gentoo.org>2012-04-20 19:30:22 +0000
commit21615d41ccb438d040562247f1fd984e56eedd78 (patch)
tree1a2d31eee9f1facb9090841b47f64a94dc4c5e7e /dev-libs/ace/ace-5.7.2.ebuild
parentPrevent goffice from accidentally linking to pcre and causing undefined (diff)
downloadhistorical-21615d41ccb438d040562247f1fd984e56eedd78.tar.gz
historical-21615d41ccb438d040562247f1fd984e56eedd78.tar.bz2
historical-21615d41ccb438d040562247f1fd984e56eedd78.zip
Drop -O3 flag per bug #322941, letting it be the only version still compiling for me in the tree.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/ace/ace-5.7.2.ebuild')
-rw-r--r--dev-libs/ace/ace-5.7.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild
index ce6791cee583..f9929af902f3 100644
--- a/dev-libs/ace/ace-5.7.2.ebuild
+++ b/dev-libs/ace/ace-5.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.7.2.ebuild,v 1.2 2010/07/13 00:19:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.7.2.ebuild,v 1.3 2012/04/20 19:30:22 pacho Exp $
inherit toolchain-funcs eutils
@@ -33,6 +33,8 @@ src_unpack() {
if has_version ">=dev-libs/openssl-1.0.0"; then
sed -i -e 's:SSL_METHOD:const SSL_METHOD:' configure || die
fi
+
+ sed -i -e 's/-O3//' configure || die
}
src_compile() {