summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-08-22 14:00:08 +0000
committerRoy Marples <uberlord@gentoo.org>2007-08-22 14:00:08 +0000
commit153232950e2f6eda2c77810a3546173b2da86453 (patch)
treeba934b6b8a014304055d5da55e493bb2504a91db /app-arch/zoo
parentdev-ml/ocaml-ssl: x86 stable (bug #189794) (diff)
downloadgentoo-2-153232950e2f6eda2c77810a3546173b2da86453.tar.gz
gentoo-2-153232950e2f6eda2c77810a3546173b2da86453.tar.bz2
gentoo-2-153232950e2f6eda2c77810a3546173b2da86453.zip
emake no workie on FreeBSD
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-arch/zoo')
-rw-r--r--app-arch/zoo/ChangeLog5
-rw-r--r--app-arch/zoo/zoo-2.10-r4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-arch/zoo/ChangeLog b/app-arch/zoo/ChangeLog
index 13791928debb..8915b38f80b3 100644
--- a/app-arch/zoo/ChangeLog
+++ b/app-arch/zoo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/zoo
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/ChangeLog,v 1.38 2007/07/14 15:07:59 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/ChangeLog,v 1.39 2007/08/22 14:00:08 uberlord Exp $
+
+ 22 Aug 2007; Roy Marples <uberlord@gentoo.org> zoo-2.10-r4.ebuild:
+ emake no workie on FreeBSD
*zoo-2.10-r4 (14 Jul 2007)
diff --git a/app-arch/zoo/zoo-2.10-r4.ebuild b/app-arch/zoo/zoo-2.10-r4.ebuild
index e6d727f1b2ab..c6dac4607ed7 100644
--- a/app-arch/zoo/zoo-2.10-r4.ebuild
+++ b/app-arch/zoo/zoo-2.10-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/zoo-2.10-r4.ebuild,v 1.1 2007/07/14 15:07:59 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/zoo-2.10-r4.ebuild,v 1.2 2007/08/22 14:00:08 uberlord Exp $
inherit eutils toolchain-funcs
@@ -27,7 +27,8 @@ src_unpack() {
}
src_compile() {
- emake CC="$(tc-getCC)" linux || die
+ # emake no workie on FreeBSD
+ make CC="$(tc-getCC)" linux || die
}
src_install() {