1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/kmpg/files/patch-aa
Bill Fenner 85b268e9a4 Update to version 0.4.3a, remove BROKEN_ELF.
PR:		ports/10334
Submitted by:	Tom Hukins tom@eborcom.com
1999-03-09 06:22:49 +00:00

33 lines
1007 B
Plaintext

--- lib/yaflib/yaf/frontend/nodes/filter/mixerFilter.h.orig Wed Feb 3 12:41:50 1999
+++ lib/yaflib/yaf/frontend/nodes/filter/mixerFilter.h Mon Mar 1 16:02:46 1999
@@ -24,7 +24,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
-#include <linux/soundcard.h>
+#include <machine/soundcard.h>
#define _MAX_MIX_SIZE 8192
--- lib/yaflib/yaf/frontend/nodes/filter/volumeFilter.h.orig Wed Feb 3 12:41:50 1999
+++ lib/yaflib/yaf/frontend/nodes/filter/volumeFilter.h Mon Mar 1 16:24:00 1999
@@ -24,7 +24,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
-#include <linux/soundcard.h>
+#include <machine/soundcard.h>
#define _MAX_MIX_SIZE 8192
#define _MAX_MIX_ENTRIES 10
--- lib/yaflib/yaf/frontend/nodes/graph/daisyChain.cpp.orig Wed Feb 3 12:41:50 1999
+++ lib/yaflib/yaf/frontend/nodes/graph/daisyChain.cpp Mon Mar 1 16:37:52 1999
@@ -44,7 +44,6 @@
action.sa_handler=hallo;
action.sa_flags=0;
- action.sa_restorer=0;
sigaction(SIGHUP,&action,NULL);
}