diff options
author | arved <arved@FreeBSD.org> | 2002-11-27 04:38:36 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-27 04:38:36 +0800 |
commit | 7f628cd77eeeb9efb97b6ca4858c3a4404326bf0 (patch) | |
tree | 12a647d8544f87b590f1e1f543597be700e33627 /games | |
parent | 6c1cb42d81227bd3d82a0bb930d7d0f772774ab4 (diff) | |
download | freebsd-ports-gnome-7f628cd77eeeb9efb97b6ca4858c3a4404326bf0.tar.gz freebsd-ports-gnome-7f628cd77eeeb9efb97b6ca4858c3a4404326bf0.tar.zst freebsd-ports-gnome-7f628cd77eeeb9efb97b6ca4858c3a4404326bf0.zip |
Fix build on Current
PR: 45751
Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/xdigger/files/patch-ab | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/games/xdigger/files/patch-ab b/games/xdigger/files/patch-ab index 492502bcbdc6..6cf40fad21c2 100644 --- a/games/xdigger/files/patch-ab +++ b/games/xdigger/files/patch-ab @@ -1,5 +1,20 @@ ---- sound.c.orig Sun Jul 4 02:52:36 1999 -+++ sound.c Sun Sep 8 01:51:39 2002 +--- sound.c.orig Sun Jul 4 11:52:36 1999 ++++ sound.c Tue Nov 26 14:39:57 2002 +@@ -23,13 +23,13 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/ioctl.h> ++#include <sys/types.h> + #include <sys/ipc.h> + #ifdef USE_PIPE + #else + #include <sys/msg.h> + #endif + #include <sys/time.h> +-#include <sys/types.h> + #include <sys/wait.h> + #include <unistd.h> + #include <X11/Xlib.h> @@ -39,6 +39,9 @@ #ifdef linux #include <linux/soundcard.h> |