summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-07-23 23:27:45 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-07-23 23:27:45 +0000
commit428b2caf5d729b6cc6c468848d918de717996542 (patch)
treef3ee3d337c3471548f999e55911b1231ca6e08ef /dev-lang/regina-rexx/regina-rexx-3.3.ebuild
parentRespecting CC variable, closes bug #243880 (diff)
downloadgentoo-2-428b2caf5d729b6cc6c468848d918de717996542.tar.gz
gentoo-2-428b2caf5d729b6cc6c468848d918de717996542.tar.bz2
gentoo-2-428b2caf5d729b6cc6c468848d918de717996542.zip
Respecting CC variable, closes bug #243884
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-lang/regina-rexx/regina-rexx-3.3.ebuild')
-rw-r--r--dev-lang/regina-rexx/regina-rexx-3.3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/regina-rexx/regina-rexx-3.3.ebuild b/dev-lang/regina-rexx/regina-rexx-3.3.ebuild
index fe6836929cff..dc2e1826c21e 100644
--- a/dev-lang/regina-rexx/regina-rexx-3.3.ebuild
+++ b/dev-lang/regina-rexx/regina-rexx-3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.3.ebuild,v 1.15 2008/06/18 02:13:54 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.3.ebuild,v 1.16 2009/07/23 23:27:45 vostorga Exp $
WANT_AUTOCONF="2.1"
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 hppa ppc s390 sparc x86"
IUSE=""
DEPEND=""
+RDEPEND=""
S=${WORKDIR}/Regina-${PV}
@@ -31,7 +32,7 @@ src_compile() {
-e 's|-$(INSTALL) -m 755 -c ./rxstack.init.d $(STARTUPDIR)/rxstack||' \
-e "s|/usr/share/regina|${D}/usr/share/regina|" \
Makefile || die
- emake CFLAGS="${CFLAGS} -fno-strict-aliasing" -j1 || die "make problem"
+ emake CC=$(tc-getCC) CFLAGS="${CFLAGS} -fno-strict-aliasing" -j1 || die "make problem"
}
src_install() {