Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
c2254a3465
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      package/gnome2/sawfish/gcc40.patch

+ 12
- 0
package/gnome2/sawfish/gcc40.patch

@ -0,0 +1,12 @@
diff -dur sawfish-1.3/src/main.c src.sawfish.1134811799.5694.2785284834/sawfish-1.3/src/main.c
--- sawfish-1.3/src/main.c 2003-01-12 21:35:23.000000000 +0100
+++ src.sawfish.1134811799.5694.2785284834/sawfish-1.3/src/main.c 2005-12-20 00:15:57.000000000 +0100
@@ -50,7 +50,7 @@
int exit_code = ec_no_exit;
/* Saved value of argv[0] */
-static char *prog_name;
+char *prog_name;
DEFSYM(sawfish_directory, "sawfish-directory");
DEFSYM(sawfish_lisp_lib_directory, "sawfish-lisp-lib-directory");

Loading…
Cancel
Save