diff options
Diffstat (limited to 'app-emulation/spim/files/spim-7.2.1-font.patch')
-rw-r--r-- | app-emulation/spim/files/spim-7.2.1-font.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/spim/files/spim-7.2.1-font.patch b/app-emulation/spim/files/spim-7.2.1-font.patch new file mode 100644 index 000000000000..4875b3399db1 --- /dev/null +++ b/app-emulation/spim/files/spim-7.2.1-font.patch @@ -0,0 +1,11 @@ +--- xspim/xspim.c 2005-07-23 17:27:08.000000000 +0000 ++++ xspim/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 */ |