summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2005-07-24 22:03:32 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2005-07-24 22:03:32 +0000
commit43e0d638e4b2d731410cf131725fe359beadd835 (patch)
treedac94af260963548abdbd3d5fbd04407ba6558f2 /app-emulation/spim/files
parent0.9.0_rc10 version bump (diff)
downloadgentoo-2-43e0d638e4b2d731410cf131725fe359beadd835.tar.gz
gentoo-2-43e0d638e4b2d731410cf131725fe359beadd835.tar.bz2
gentoo-2-43e0d638e4b2d731410cf131725fe359beadd835.zip
Version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation/spim/files')
-rw-r--r--app-emulation/spim/files/digest-spim-7.11
-rw-r--r--app-emulation/spim/files/spim-7.1-font.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/spim/files/digest-spim-7.1 b/app-emulation/spim/files/digest-spim-7.1
new file mode 100644
index 000000000000..e6da8f9b86c7
--- /dev/null
+++ b/app-emulation/spim/files/digest-spim-7.1
@@ -0,0 +1 @@
+MD5 24546da54bca92d96bf2ea284e81d6eb spim-7.1.tar.gz 307599
diff --git a/app-emulation/spim/files/spim-7.1-font.patch b/app-emulation/spim/files/spim-7.1-font.patch
new file mode 100644
index 000000000000..bb250000628b
--- /dev/null
+++ b/app-emulation/spim/files/spim-7.1-font.patch
@@ -0,0 +1,11 @@
+--- spim-7.1/xspim.c 2005-07-23 17:27:08.000000000 +0000
++++ spim-7.1/xspim.c 2005-07-23 17:27:16.000000000 +0000
+@@ -416,7 +416,7 @@
+
+ toplevel = XtAppInitialize (&app_context, "Xspim", options,
+ XtNumber (options), &argc, argv,
+- fallback_resources, NULL, ZERO);
++ NULL, NULL, ZERO);
+
+ if (argc >= 0 && argv[argc] != NULL && argv[argc][0] == '-')
+ syntax (argv[0]); /* Bad command line argument */