summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/duhdraw/duhdraw-2.8.12.ebuild')
-rw-r--r--media-gfx/duhdraw/duhdraw-2.8.12.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/duhdraw/duhdraw-2.8.12.ebuild b/media-gfx/duhdraw/duhdraw-2.8.12.ebuild
index b3787a8fbd6e..2d307b5f50ad 100644
--- a/media-gfx/duhdraw/duhdraw-2.8.12.ebuild
+++ b/media-gfx/duhdraw/duhdraw-2.8.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/duhdraw-2.8.12.ebuild,v 1.8 2005/06/05 12:06:14 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/duhdraw-2.8.12.ebuild,v 1.9 2005/10/31 18:42:32 grobian Exp $
-inherit toolchain-funcs
+inherit toolchain-funcs eutils
DESCRIPTION="ASCII art editor"
HOMEPAGE="http://www.cs.helsinki.fi/u/penberg/duhdraw"
@@ -10,11 +10,16 @@ SRC_URI="http://www.wwco.com/~wls/opensource/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc x86"
+KEYWORDS="ppc ~ppc-macos x86"
IUSE=""
DEPEND="sys-libs/ncurses"
+src_unpack() {
+ unpack "${A}"
+ epatch "${FILESDIR}/${P}"-macos.patch
+}
+
src_compile() {
emake CC="$(tc-getCC) -s ${CFLAGS}" || die
}