mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -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
10 lines
206 B
C
10 lines
206 B
C
--- video_svga.c.orig 2000-09-16 23:45:10 UTC
|
|
+++ video_svga.c
|
|
@@ -52,7 +52,6 @@ unsigned char *vbpfunc8(int line);
|
|
|
|
void video_events(void);
|
|
|
|
-__inline__
|
|
void input_update()
|
|
{
|
|
keyboard_update();
|