summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/xanim/xanim-2.80.1-r4.ebuild')
-rw-r--r--media-video/xanim/xanim-2.80.1-r4.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/media-video/xanim/xanim-2.80.1-r4.ebuild b/media-video/xanim/xanim-2.80.1-r4.ebuild
index 1323d7519893..a70cb129f5ec 100644
--- a/media-video/xanim/xanim-2.80.1-r4.ebuild
+++ b/media-video/xanim/xanim-2.80.1-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# 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.36 2007/07/22 08:32:57 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.37 2009/08/13 21:02:13 ssuominen Exp $
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="program for playing a wide variety of animation, audio and video formats"
HOMEPAGE="http://xanim.polter.net/"
@@ -87,13 +87,9 @@ src_unpack() {
}
src_compile() {
- # -O higher than -O2 breaks for GCC3.1
- replace-flags -O3 -O2
- filter-flags -finline-functions
-
# Set XA_DLL_PATH even though we statically link the mods, I guess
# this provides extensibility
- make CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" \
+ emake CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" \
XA_DLL_DEF="-DXA_DLL -DXA_PRINT" XA_DLL_PATH=/usr/lib/xanim/mods \
${_XA_EXT:+ \
XA_IV32_LIB="mods/${_XA_CVID}" \