summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-03-26 02:07:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-03-26 02:07:07 +0000
commitbc2eba5723db457082aa77079803c437d772a0aa (patch)
treecfbe9398ae17ae041b112a6c218ec24413158b0a /dev-lang/nasm/nasm-0.98.39-r3.ebuild
parentVersion bump. Besides bugfixes, the AdPlug info dialog is now available. (diff)
downloadgentoo-2-bc2eba5723db457082aa77079803c437d772a0aa.tar.gz
gentoo-2-bc2eba5723db457082aa77079803c437d772a0aa.tar.bz2
gentoo-2-bc2eba5723db457082aa77079803c437d772a0aa.zip
strip-flags since ricer cflags can cause problems (bug #127529)
(Portage version: 2.1_pre6-r7)
Diffstat (limited to 'dev-lang/nasm/nasm-0.98.39-r3.ebuild')
-rw-r--r--dev-lang/nasm/nasm-0.98.39-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/nasm/nasm-0.98.39-r3.ebuild b/dev-lang/nasm/nasm-0.98.39-r3.ebuild
index 8e858d6840be..21bd5c8b7e38 100644
--- a/dev-lang/nasm/nasm-0.98.39-r3.ebuild
+++ b/dev-lang/nasm/nasm-0.98.39-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.39-r3.ebuild,v 1.1 2006/01/05 06:23:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.39-r3.ebuild,v 1.2 2006/03/26 02:07:07 mr_bones_ Exp $
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="groovy little assembler"
HOMEPAGE="http://nasm.sourceforge.net/"
@@ -35,6 +35,7 @@ src_unpack() {
}
src_compile() {
+ strip-flags
econf || die
if use build; then