diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 18:35:42 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 18:35:42 +0000 |
commit | 12ad4946975a9084a6c4a8b03de99b56994ce9a4 (patch) | |
tree | 8625042141806f37b99232d0cee951022cdc9f25 /app-emulation/spim/files | |
parent | Fix bug 73510. (diff) | |
download | gentoo-2-12ad4946975a9084a6c4a8b03de99b56994ce9a4.tar.gz gentoo-2-12ad4946975a9084a6c4a8b03de99b56994ce9a4.tar.bz2 gentoo-2-12ad4946975a9084a6c4a8b03de99b56994ce9a4.zip |
Fix old versions too wrt. bug 73510.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emulation/spim/files')
-rw-r--r-- | app-emulation/spim/files/digest-spim-6.5 | 1 | ||||
-rw-r--r-- | app-emulation/spim/files/spim-6.5-font.patch | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/app-emulation/spim/files/digest-spim-6.5 b/app-emulation/spim/files/digest-spim-6.5 deleted file mode 100644 index 97d43cc2f924..000000000000 --- a/app-emulation/spim/files/digest-spim-6.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 be9cf6ff2798e507736d05eb5c70914f spim-6.5.tar.gz 444075 diff --git a/app-emulation/spim/files/spim-6.5-font.patch b/app-emulation/spim/files/spim-6.5-font.patch new file mode 100644 index 000000000000..bf398bea53f0 --- /dev/null +++ b/app-emulation/spim/files/spim-6.5-font.patch @@ -0,0 +1,11 @@ +--- spim-6.5/xspim.c.orig 2005-02-12 19:27:53.820049968 +0100 ++++ spim-6.5/xspim.c 2005-02-12 19:28:11.949293904 +0100 +@@ -452,7 +452,7 @@ + + toplevel = XtAppInitialize (&app_context, "Xspim", options, + XtNumber (options), &argc, argv, +- fallback_resources, NULL, ZERO); ++ NULL, NULL, ZERO); + + if (argc != 1) + syntax (argv[0]); |