mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
- Remove deprecated WANT_GNOME - Turn pkg-plist to PLIST_FILES, PORTDOCS - only 2 plist items - Convert to options helpers, add missing dependencies when GTK1=on - Fix build when SVGALIB=on => patch-video__svga.c - Regenerate patches with make makepatch
11 lines
245 B
C
11 lines
245 B
C
--- video_x.c.orig 2000-10-30 22:15:34 UTC
|
|
+++ video_x.c
|
|
@@ -365,7 +365,7 @@ void handle_joypad_key(int type, KeySym keysym)
|
|
ui_joypad->data &= ~ui_joypad->button_template->buttons[0];
|
|
}
|
|
|
|
- default:
|
|
+ default: break;
|
|
}
|
|
}
|
|
|