diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 18:25:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 18:25:31 +0000 |
commit | 3c37c408226be9ed0c62ca470c025c70ee7b2f51 (patch) | |
tree | 525ceda63056d4f137cb08bd29824e54714c1240 /app-emulation/spim/files | |
parent | Closes bugs #79608 and #81050. (diff) | |
download | historical-3c37c408226be9ed0c62ca470c025c70ee7b2f51.tar.gz historical-3c37c408226be9ed0c62ca470c025c70ee7b2f51.tar.bz2 historical-3c37c408226be9ed0c62ca470c025c70ee7b2f51.zip |
Fix bug 73510.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-emulation/spim/files')
-rw-r--r-- | app-emulation/spim/files/spim-7.0-font.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/spim/files/spim-7.0-font.patch b/app-emulation/spim/files/spim-7.0-font.patch new file mode 100644 index 000000000000..f1e0be9459d0 --- /dev/null +++ b/app-emulation/spim/files/spim-7.0-font.patch @@ -0,0 +1,11 @@ +--- spim-7.0/xspim.c.orig 2005-02-12 19:02:16.364778696 +0100 ++++ spim-7.0/xspim.c 2005-02-12 19:18:17.924599384 +0100 +@@ -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 */ |