summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-10-09 22:45:26 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-10-09 22:45:26 +0000
commit3b4834471e70433e877af953536acee19bfdabc0 (patch)
tree9da303089c1938e5d78c2e749941f6dcc60c0fa2 /app-emulation/uae/files
parentadded ppc to keywords (diff)
downloadgentoo-2-3b4834471e70433e877af953536acee19bfdabc0.tar.gz
gentoo-2-3b4834471e70433e877af953536acee19bfdabc0.tar.bz2
gentoo-2-3b4834471e70433e877af953536acee19bfdabc0.zip
New package. Fixes #5893
Diffstat (limited to 'app-emulation/uae/files')
-rw-r--r--app-emulation/uae/files/digest-uae-0.8.221
-rw-r--r--app-emulation/uae/files/uae-patch.diff10
2 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/uae/files/digest-uae-0.8.22 b/app-emulation/uae/files/digest-uae-0.8.22
new file mode 100644
index 000000000000..758316cf25dc
--- /dev/null
+++ b/app-emulation/uae/files/digest-uae-0.8.22
@@ -0,0 +1 @@
+MD5 f3d1d0fabf6fa626dc531687cb2bb94d uae-0.8.22.tar.gz 937486
diff --git a/app-emulation/uae/files/uae-patch.diff b/app-emulation/uae/files/uae-patch.diff
new file mode 100644
index 000000000000..b8d5f125831b
--- /dev/null
+++ b/app-emulation/uae/files/uae-patch.diff
@@ -0,0 +1,10 @@
+diff -u src.orig/Makefile.in src/Makefile.in
+--- src.orig/Makefile.in Wed Sep 25 23:26:37 2002
++++ src/Makefile.in Wed Sep 25 23:27:09 2002
+@@ -122,7 +122,7 @@
+
+ cpufast.s: cpuemu.c tools/cpuopti
+ $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp.s
+- ./tools/cpuopti <cputmp.s >$@
++ cp cputmp.s $@
+ rm cputmp.s