summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-11-03 15:27:09 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-11-03 15:27:09 +0000
commit3104383bf219f68791f8e0cc42d771f5b02c5b24 (patch)
treef7b6d73491968bdeaa15e7eee162a83898b047df /x11-plugins/asclock
parentDo not use bundled libungif, bug #253259 (diff)
downloadgentoo-2-3104383bf219f68791f8e0cc42d771f5b02c5b24.tar.gz
gentoo-2-3104383bf219f68791f8e0cc42d771f5b02c5b24.tar.bz2
gentoo-2-3104383bf219f68791f8e0cc42d771f5b02c5b24.zip
~amd64 fix and keyword, bug #234642
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/asclock')
-rw-r--r--x11-plugins/asclock/ChangeLog6
-rw-r--r--x11-plugins/asclock/asclock-2.0.12-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/asclock/ChangeLog b/x11-plugins/asclock/ChangeLog
index 7e0b7eebb458..c5445b9b839f 100644
--- a/x11-plugins/asclock/ChangeLog
+++ b/x11-plugins/asclock/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/asclock
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.21 2009/05/03 02:13:07 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.22 2009/11/03 15:27:09 voyageur Exp $
+
+ 03 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
+ asclock-2.0.12-r1.ebuild:
+ ~amd64 fix and keyword, bug #234642
03 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
asclock-2.0.12-r1.ebuild:
diff --git a/x11-plugins/asclock/asclock-2.0.12-r1.ebuild b/x11-plugins/asclock/asclock-2.0.12-r1.ebuild
index a5959e79b406..c4325d4cb90f 100644
--- a/x11-plugins/asclock/asclock-2.0.12-r1.ebuild
+++ b/x11-plugins/asclock/asclock-2.0.12-r1.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/x11-plugins/asclock/asclock-2.0.12-r1.ebuild,v 1.7 2009/05/03 02:13:07 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild,v 1.8 2009/11/03 15:27:09 voyageur Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/asclock/${P}.tar.gz"
HOMEPAGE="http://www.tigr.net/afterstep/list.pl"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~mips ppc sparc x86"
+KEYWORDS="~amd64 ~mips ppc sparc x86"
DEPEND="x11-libs/libXpm"
RDEPEND="${DEPEND}
@@ -31,7 +31,7 @@ src_compile() {
$(tc-getCC) \
${CPPFLAGS} ${CFLAGS} ${ASFLAGS} \
-I/usr/include \
- -Dlinux -D__i386__ \
+ -Dlinux \
-D_POSIX_C_SOURCE=199309L \
-D_POSIX_SOURCE \
-D_XOPEN_SOURCE \