summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-20 13:04:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-20 13:04:57 +0000
commita4c7db36e864e59a14e9b5320316dfed589db2f3 (patch)
tree3b09ed43d9a867f64fa78b759fcd3c4cc5976d34 /app-cdr/isomaster/isomaster-1.3.5.ebuild
parentbump libxcb deps, by Nikoli <nikoli@pochta.ru>, bug #273710, master should be... (diff)
downloadhistorical-a4c7db36e864e59a14e9b5320316dfed589db2f3.tar.gz
historical-a4c7db36e864e59a14e9b5320316dfed589db2f3.tar.bz2
historical-a4c7db36e864e59a14e9b5320316dfed589db2f3.zip
Use a dummy src_configure to avoid running the script wrt #274361.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-cdr/isomaster/isomaster-1.3.5.ebuild')
-rw-r--r--app-cdr/isomaster/isomaster-1.3.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-cdr/isomaster/isomaster-1.3.5.ebuild b/app-cdr/isomaster/isomaster-1.3.5.ebuild
index 8e709959eecb..7beb7d4f01ba 100644
--- a/app-cdr/isomaster/isomaster-1.3.5.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.3.5.ebuild,v 1.4 2009/06/05 09:54:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.3.5.ebuild,v 1.5 2009/06/20 13:04:57 ssuominen Exp $
EAPI=2
inherit eutils toolchain-funcs
@@ -22,6 +22,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-ldflags.diff
}
+src_configure() { :; }
+
src_compile() {
tc-export CC
emake PREFIX="/usr" || die "emake failed"