summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2007-04-08 01:14:58 +0000
committerJoseph Jezak <josejx@gentoo.org>2007-04-08 01:14:58 +0000
commitef20876a8a680640cb657f22ecad7233c86ec2a5 (patch)
treefa793b9c9244ee0bc06a62a1302606997cd3b177 /dev-util/ltrace
parentMarked ~ppc for bug #172296. (diff)
downloadgentoo-2-ef20876a8a680640cb657f22ecad7233c86ec2a5.tar.gz
gentoo-2-ef20876a8a680640cb657f22ecad7233c86ec2a5.tar.bz2
gentoo-2-ef20876a8a680640cb657f22ecad7233c86ec2a5.zip
Fix cross-compile patch to allow powerpc as a host_cpu fixes bug #170496.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-util/ltrace')
-rw-r--r--dev-util/ltrace/ChangeLog6
-rw-r--r--dev-util/ltrace/files/0.4-cross-compile.patch5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/ltrace/ChangeLog b/dev-util/ltrace/ChangeLog
index f452625bed2c..0e29ffc5b6a1 100644
--- a/dev-util/ltrace/ChangeLog
+++ b/dev-util/ltrace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/ltrace
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.35 2007/03/13 18:36:28 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.36 2007/04/08 01:14:58 josejx Exp $
+
+ 08 Apr 2007; Joseph Jezak <josejx@gentoo.org>
+ files/0.4-cross-compile.patch:
+ Fix cross-compile patch to allow powerpc as a host_cpu fixes bug #170496.
13 Mar 2007; Petteri Räty <betelgeuse@gentoo.org> ltrace-0.3.36.ebuild,
ltrace-0.4.ebuild, ltrace-0.4-r1.ebuild:
diff --git a/dev-util/ltrace/files/0.4-cross-compile.patch b/dev-util/ltrace/files/0.4-cross-compile.patch
index c1f0c665c314..b6c5c73fd13e 100644
--- a/dev-util/ltrace/files/0.4-cross-compile.patch
+++ b/dev-util/ltrace/files/0.4-cross-compile.patch
@@ -18,9 +18,10 @@ diff -Naur ltrace-0.4.old/configure.ac ltrace-0.4/configure.ac
diff -Naur ltrace-0.4.old/sysdeps/linux-gnu/Makefile.in ltrace-0.4/sysdeps/linux-gnu/Makefile.in
--- ltrace-0.4.old/sysdeps/linux-gnu/Makefile.in 1970-01-01 02:00:00.000000000 +0200
+++ ltrace-0.4/sysdeps/linux-gnu/Makefile.in 2007-03-08 01:26:25.000000000 +0200
-@@ -0,0 +1,46 @@
+@@ -0,0 +1,47 @@
+ARCH := $(shell echo @host_cpu@ | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-+ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/)
++ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/ \
++ -e s/powerpc/ppc/ )
+
+CPPFLAGS += -I$(TOPDIR)/sysdeps/linux-gnu/$(ARCH)
+