diff options
author | 2004-02-01 07:03:15 +0000 | |
---|---|---|
committer | 2004-02-01 07:03:15 +0000 | |
commit | 26210cef9fdb74d0a2471a4cd64c85d65752038f (patch) | |
tree | d8f7cb83d76b84b314279f8129941d848ffd6a93 /media-gfx/gimp | |
parent | initial commit (Manifest recommit) (diff) | |
download | gentoo-2-26210cef9fdb74d0a2471a4cd64c85d65752038f.tar.gz gentoo-2-26210cef9fdb74d0a2471a4cd64c85d65752038f.tar.bz2 gentoo-2-26210cef9fdb74d0a2471a4cd64c85d65752038f.zip |
Small fix to gimp-2.0_pre2-cpuaccel-pic.patch for amd64.
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gimp/files/gimp-2.0_pre2-cpuaccel-pic.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog index a88012261ff7..53fb084ea4eb 100644 --- a/media-gfx/gimp/ChangeLog +++ b/media-gfx/gimp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gimp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.67 2004/01/31 14:02:07 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.68 2004/02/01 07:03:15 tseng Exp $ + + 01 Feb 2004; Brandon Hale <tseng@gentoo.org> + files/gimp-2.0_pre2-cpuaccel-pic.patch: + Small fix to gimp-2.0_pre2-cpuaccel-pic.patch for amd64. 31 Jan 2004; Brandon Hale <tseng@gentoo.org> gimp-2.0_pre2.ebuild, files/gimp-2.0_pre2-cpuaccel-pic.patch: diff --git a/media-gfx/gimp/files/gimp-2.0_pre2-cpuaccel-pic.patch b/media-gfx/gimp/files/gimp-2.0_pre2-cpuaccel-pic.patch index 3aa96bd839ed..b1bc32c04ed3 100644 --- a/media-gfx/gimp/files/gimp-2.0_pre2-cpuaccel-pic.patch +++ b/media-gfx/gimp/files/gimp-2.0_pre2-cpuaccel-pic.patch @@ -24,7 +24,7 @@ - "=c" (ecx), \ - "=d" (edx) \ - : "0" (op)) -+#if !defined(ARCH_X86_64) && defined(PIC) ++#if !defined(ARCH_X86_64) && (defined(__PIC__) || defined(__pic__) || defined(PIC)) +#define cpuid(op,eax,ebx,ecx,edx) \ + __asm__ ("movl %%ebx, %%esi\n\t" \ + "cpuid\n\t" \ |