summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-04-02 09:28:44 +0000
committerJustin Lecher <jlec@gentoo.org>2010-04-02 09:28:44 +0000
commit50a0ec3dc27e7a81384d43e3b4d3117acdb0a298 (patch)
treed24536cb775b858c1a11b782bc4f6edc8b2bd194 /dev-tcltk/snack
parentImported from prefix overlay (diff)
downloadgentoo-2-50a0ec3dc27e7a81384d43e3b4d3117acdb0a298.tar.gz
gentoo-2-50a0ec3dc27e7a81384d43e3b4d3117acdb0a298.tar.bz2
gentoo-2-50a0ec3dc27e7a81384d43e3b4d3117acdb0a298.zip
src_compile -> src_configure ignored
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/snack')
-rw-r--r--dev-tcltk/snack/snack-2.2.10-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/snack/snack-2.2.10-r4.ebuild b/dev-tcltk/snack/snack-2.2.10-r4.ebuild
index 56798f413cb0..a476485b9232 100644
--- a/dev-tcltk/snack/snack-2.2.10-r4.ebuild
+++ b/dev-tcltk/snack/snack-2.2.10-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild,v 1.1 2010/04/02 09:27:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild,v 1.2 2010/04/02 09:28:44 jlec Exp $
EAPI="3"
@@ -38,7 +38,7 @@ src_prepare() {
[[ ${CHOST} == *-darwin* ]] && epatch "${FILESDIR}"/${P}-darwin.patch
}
-src_compile() {
+src_configure() {
local myconf="--libdir="${EPREFIX}"/usr/$(get_libdir) --includedir="${EPREFIX}"/usr/include"
use alsa && myconf="${myconf} --enable-alsa"