diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-09-02 14:12:46 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-09-02 14:12:46 +0000 |
commit | e460b7b38d7dfccaa30b32a2668c61e4b638213f (patch) | |
tree | 83657447ea96056fee25b270a93e70b0573a9286 /net/ekiga/files/patch-soundhandling | |
parent | Fixup mdoc (thanks to ru!) (diff) |
Upgrade to 0.98.4
Notes
Notes:
svn path=/head/; revision=88357
Diffstat (limited to '')
-rw-r--r-- | net/ekiga/files/patch-soundhandling | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net/ekiga/files/patch-soundhandling b/net/ekiga/files/patch-soundhandling deleted file mode 100644 index ca30a8b9d74d..000000000000 --- a/net/ekiga/files/patch-soundhandling +++ /dev/null @@ -1,41 +0,0 @@ -*** src/sound_handling.cpp.orig Thu Aug 28 07:18:16 2003 ---- src/sound_handling.cpp Thu Aug 28 07:20:23 2003 -*************** -*** 46,55 **** - #include "dialog.h" - - -! #ifdef __FreeBSD__ -! #include <sys/types.h> -! #include <signal.h> -! #endif - - #ifdef HAS_IXJ - #include <ixjlid.h> ---- 46,55 ---- - #include "dialog.h" - - -! //#ifdef __FreeBSD__ -! //#include <sys/types.h> -! //#include <signal.h> -! //#endif - - #ifdef HAS_IXJ - #include <ixjlid.h> -*************** -*** 59,64 **** ---- 59,71 ---- - #include <linux/soundcard.h> - #endif - -+ #ifdef __FreeBSD__ -+ #if (__FreeBSD__ >= 5) -+ #include <sys/soundcard.h> -+ #else -+ #include <machine/soundcard.h> -+ #endif -+ #endif - - - static void dialog_response_cb (GtkWidget *, gint, gpointer); |