diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-04 01:42:01 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-04 01:42:01 +0000 |
commit | e0f0469e0ba60766e9f4f30652f10a8a831755bf (patch) | |
tree | ec7e2e0e1a8b7c1dcbc6d0c00b86f400a816243d /media-video/xanim/xanim-2.80.1-r4.ebuild | |
parent | Moved to net-zope (diff) | |
download | historical-e0f0469e0ba60766e9f4f30652f10a8a831755bf.tar.gz historical-e0f0469e0ba60766e9f4f30652f10a8a831755bf.tar.bz2 historical-e0f0469e0ba60766e9f4f30652f10a8a831755bf.zip |
fix for #16782. over agressive CFLAGS cause compilation failures.
Diffstat (limited to 'media-video/xanim/xanim-2.80.1-r4.ebuild')
-rw-r--r-- | media-video/xanim/xanim-2.80.1-r4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |