summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-04 01:42:01 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-04 01:42:01 +0000
commitf80e88e7b5fde72a1864ce4b4501bdec9c36b752 (patch)
treeecbe3adc1e4f10f580a390f248ce3f15844b6138 /media-video/xanim
parentMoved to net-zope (diff)
downloadgentoo-2-f80e88e7b5fde72a1864ce4b4501bdec9c36b752.tar.gz
gentoo-2-f80e88e7b5fde72a1864ce4b4501bdec9c36b752.tar.bz2
gentoo-2-f80e88e7b5fde72a1864ce4b4501bdec9c36b752.zip
fix for #16782. over agressive CFLAGS cause compilation failures.
Diffstat (limited to 'media-video/xanim')
-rw-r--r--media-video/xanim/ChangeLog5
-rw-r--r--media-video/xanim/xanim-2.80.1-r4.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/media-video/xanim/ChangeLog b/media-video/xanim/ChangeLog
index a3ca236889a4..0bbc80615d79 100644
--- a/media-video/xanim/ChangeLog
+++ b/media-video/xanim/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for media-video/xanim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/ChangeLog,v 1.9 2003/02/12 07:42:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/ChangeLog,v 1.10 2003/03/04 01:42:01 liquidx Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*xanim-2.80.1-r4 (3 June 2002)
+
+ 04 Mar 2003; Alastair Tse <liquidx@gentoo.org> xanim-2.80.1-r4.ebuild :
+ Filter out -finline-functions from CFLAGS. Resolves #16782.
04 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xanim-2.80.1-r4.ebuild :
diff --git a/media-video/xanim/xanim-2.80.1-r4.ebuild b/media-video/xanim/xanim-2.80.1-r4.ebuild
index afa33aea23e9..bada44fbe543 100644
--- a/media-video/xanim/xanim-2.80.1-r4.ebuild
+++ b/media-video/xanim/xanim-2.80.1-r4.ebuild
@@ -1,6 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.11 2003/02/13 13:37:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.12 2003/03/04 01:42:01 liquidx Exp $
+
+inherit flag-o-matic
+filter-flags -finline-functions
LICENSE="XAnim"
SLOT="0"