summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-12 15:07:31 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-12 15:07:31 +0000
commit1342026697ed05046290eca78210d56c90fbb4bf (patch)
tree3feeea554c97784f7630740b2eed7e1c0d5f55eb /media-libs/libvpx
parentfix installation, bug #414879 and simplify ebuild (diff)
downloadgentoo-2-1342026697ed05046290eca78210d56c90fbb4bf.tar.gz
gentoo-2-1342026697ed05046290eca78210d56c90fbb4bf.tar.bz2
gentoo-2-1342026697ed05046290eca78210d56c90fbb4bf.zip
disable hardcoded cflags by disabling (compiler) optimizations, user cflags will be used then
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r--media-libs/libvpx/ChangeLog6
-rw-r--r--media-libs/libvpx/libvpx-1.1.0.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog
index ee324ff91103..13b892e4e5c0 100644
--- a/media-libs/libvpx/ChangeLog
+++ b/media-libs/libvpx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.52 2012/05/12 14:58:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.53 2012/05/12 15:07:31 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
+ disable hardcoded cflags by disabling (compiler) optimizations, user cflags
+ will be used then
12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
build verbose so that we see the actual commands invoked
diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild
index 31c93d06ad6b..d23f026ac244 100644
--- a/media-libs/libvpx/libvpx-1.1.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.2 2012/05/12 14:58:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.3 2012/05/12 15:07:31 aballier Exp $
EAPI=4
inherit multilib
@@ -60,6 +60,7 @@ src_configure() {
--enable-pic \
--enable-vp8 \
--enable-shared \
+ --disable-optimizations \
$(use_enable altivec) \
$(use_enable debug debug-libs) \
$(use_enable debug) \