SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
x11/sawfish/patches/patch-src_functions_c
Normal file
22
x11/sawfish/patches/patch-src_functions_c
Normal file
|
@ -0,0 +1,22 @@
|
|||
Fix "multiple definition of" errors
|
||||
https://github.com/SawfishWM/sawfish/commit/d4364707a58d335dab4d6ca11b761fd91ef2434d
|
||||
|
||||
Index: src/functions.c
|
||||
--- src/functions.c.orig
|
||||
+++ src/functions.c
|
||||
@@ -65,7 +65,6 @@ static int xinerama_heads;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
-DEFSYM(root, "root");
|
||||
DEFSYM(after_restacking_hook, "after-restacking-hook");
|
||||
DEFSYM(position, "position");
|
||||
DEFSYM(spacing, "spacing");
|
||||
@@ -1406,7 +1405,6 @@ functions_init (void)
|
||||
rep_ADD_SUBR(Ssend_client_message);
|
||||
rep_pop_structure (tem);
|
||||
|
||||
- rep_INTERN(root);
|
||||
rep_INTERN_SPECIAL(after_restacking_hook);
|
||||
Fset(Qafter_restacking_hook, Qnil);
|
||||
rep_INTERN(position);
|
Loading…
Add table
Add a link
Reference in a new issue