diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-05 18:39:46 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-05 18:39:46 +0000 |
commit | 76c8a5e63c86f7f2a9ce57fbf142adef2fca87c1 (patch) | |
tree | 64012e10c83478bae9d8801c7ec76a4e3fb1c70d /emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c | |
parent | - Fix plist and unbreak (diff) |
- Update to 0.95
PR: ports/79450
Submitted by: maintainer
Diffstat (limited to 'emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c')
-rw-r--r-- | emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c b/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c new file mode 100644 index 000000000000..cd372d28a131 --- /dev/null +++ b/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/unix/video-drivers/xf86_dga2.c.orig Sun Mar 20 22:16:38 2005 ++++ src/unix/video-drivers/xf86_dga2.c Sun Mar 20 22:16:53 2005 +@@ -10,6 +10,7 @@ + #include <string.h> + #include <sys/types.h> + #include <sys/wait.h> ++#include <sys/time.h> + #include <sys/resource.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + |