mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix building under -CURRENT (gcc 3.3)
Submitted by: Simon Barner <barner@in.tum.de>
This commit is contained in:
parent
bb475e4713
commit
ed7782ad8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85528
13
audio/xmixer/files/patch-Xw::Base.c
Normal file
13
audio/xmixer/files/patch-Xw::Base.c
Normal file
@ -0,0 +1,13 @@
|
||||
--- Xw/Base.c.orig Wed Jul 23 03:56:03 2003
|
||||
+++ Xw/Base.c Wed Jul 23 03:56:43 2003
|
||||
@@ -89,8 +89,8 @@
|
||||
* default translation table
|
||||
*/
|
||||
static char defaultTranslations [] = "\
|
||||
-<FocusIn>: focus(in)
|
||||
-<FocusOut>: focus(out)
|
||||
+<FocusIn>: focus(in)\n\
|
||||
+<FocusOut>: focus(out)\n\
|
||||
<Key>Tab: tab()";
|
||||
|
||||
/*
|
Loading…
Reference in New Issue
Block a user