diff options
author | osa <osa@FreeBSD.org> | 2003-07-24 23:23:03 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-07-24 23:23:03 +0800 |
commit | b3604f495081540eed56c76103396dce6aaefe25 (patch) | |
tree | aa00f73bed710c3a13767ece3854d163527a9914 | |
parent | aac07b627568641050974b5c5e685fa1de0c75ec (diff) | |
download | freebsd-ports-gnome-b3604f495081540eed56c76103396dce6aaefe25.tar.gz freebsd-ports-gnome-b3604f495081540eed56c76103396dce6aaefe25.tar.zst freebsd-ports-gnome-b3604f495081540eed56c76103396dce6aaefe25.zip |
Fix building under -CURRENT (gcc 3.3)
Submitted by: Simon Barner <barner@in.tum.de>
-rw-r--r-- | audio/xmixer/files/patch-Xw::Base.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmixer/files/patch-Xw::Base.c b/audio/xmixer/files/patch-Xw::Base.c new file mode 100644 index 000000000000..09d7560f3f31 --- /dev/null +++ b/audio/xmixer/files/patch-Xw::Base.c @@ -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()"; + + /* |