summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2004-02-06 20:57:49 +0000
committerBrandon Hale <tseng@gentoo.org>2004-02-06 20:57:49 +0000
commit14b9a8cd6c73c6c3db869b1996beb9656590ce70 (patch)
treed3352e691e095881cba1e66e29d9798c9486c6ae /x11-misc/ttmkfdir
parentremoved wrong digest (diff)
downloadgentoo-2-14b9a8cd6c73c6c3db869b1996beb9656590ce70.tar.gz
gentoo-2-14b9a8cd6c73c6c3db869b1996beb9656590ce70.tar.bz2
gentoo-2-14b9a8cd6c73c6c3db869b1996beb9656590ce70.zip
Filter all -O levels, these cause the build to fail. (Bug #40411)
Diffstat (limited to 'x11-misc/ttmkfdir')
-rw-r--r--x11-misc/ttmkfdir/ChangeLog6
-rw-r--r--x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild7
-rw-r--r--x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild5
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/ttmkfdir/ChangeLog b/x11-misc/ttmkfdir/ChangeLog
index ce75bd1e213f..0307803b8e21 100644
--- a/x11-misc/ttmkfdir/ChangeLog
+++ b/x11-misc/ttmkfdir/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/ttmkfdir
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.25 2004/01/29 04:41:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.26 2004/02/06 20:57:49 tseng Exp $
+
+ 06 Feb 2004; Brandon Hale <tseng@gentoo.org> ttmkfdir-3.0.9-r1.ebuild,
+ ttmkfdir-3.0.9.ebuild:
+ Filter all -O levels, these cause the build to fail. (Bug #40411)
28 Jan 2004; Aron Griffis <agriffis@gentoo.org> ttmkfdir-3.0.9.ebuild:
stable on alpha and ia64
diff --git a/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild b/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild
index a830c09f5553..84fa7b43319c 100644
--- a/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild
+++ b/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild,v 1.3 2003/11/15 02:40:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild,v 1.4 2004/02/06 20:57:49 tseng Exp $
IUSE=
-inherit eutils
+inherit eutils flag-o-matic
S="${WORKDIR}/${P}"
DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts"
@@ -28,6 +28,7 @@ src_unpack() {
}
src_compile() {
+ filter-flags "-O -O1 -O2 -O3"
make CXX="${CXX:=g++}" \
OPTFLAGS="${CFLAGS}" DEBUG="" || die
}
diff --git a/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild b/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild
index 9f4b2c27d2a4..06b7968d6690 100644
--- a/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild
+++ b/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild,v 1.8 2004/01/29 04:41:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild,v 1.9 2004/02/06 20:57:49 tseng Exp $
IUSE=""
-inherit eutils
+inherit eutils flag-o-matic
S="${WORKDIR}/${P}"
DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts"
@@ -26,6 +26,7 @@ src_unpack() {
}
src_compile() {
+ filter-flags "-O -O1 -O2 -O3"
make CXX="${CXX:=g++}" \
OPTFLAGS="${CFLAGS}" DEBUG="" || die
}