diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-16 22:20:31 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-16 22:20:31 +0000 |
commit | 2303a5899f84b80afa56e634337805ad467a59e5 (patch) | |
tree | 9ca3eaaa2a74c2bbe93d1906057abde136d72a6b /irc/kvirc/files/patch-modules-snd | |
parent | - Update to 4.0 (diff) |
- Update to 3.2.0
PR: ports/79144
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=133492
Diffstat (limited to 'irc/kvirc/files/patch-modules-snd')
-rw-r--r-- | irc/kvirc/files/patch-modules-snd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/irc/kvirc/files/patch-modules-snd b/irc/kvirc/files/patch-modules-snd deleted file mode 100644 index 69e102fa3e91..000000000000 --- a/irc/kvirc/files/patch-modules-snd +++ /dev/null @@ -1,19 +0,0 @@ -*** src/modules/snd/libkvisnd.cpp.orig Thu Feb 5 14:07:24 2004 ---- src/modules/snd/libkvisnd.cpp Thu Feb 5 14:07:32 2004 -*************** -*** 53,59 **** - #include <linux/soundcard.h> - #else - // Hint by Andy Fawcett: Thnx :) -! #ifdef HAVE_SYS_SOUNDCARD_H_ - #include <sys/soundcard.h> - #else - #warning "Ops.. have no soundcard.h ? ... we're going to fail here :/" ---- 53,59 ---- - #include <linux/soundcard.h> - #else - // Hint by Andy Fawcett: Thnx :) -! #ifdef HAVE_SYS_SOUNDCARD_H - #include <sys/soundcard.h> - #else - #warning "Ops.. have no soundcard.h ? ... we're going to fail here :/" |