diff options
Diffstat (limited to 'audio/kmpg/files/patch-ag')
-rw-r--r-- | audio/kmpg/files/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/kmpg/files/patch-ag b/audio/kmpg/files/patch-ag new file mode 100644 index 000000000000..bbfde2a7a915 --- /dev/null +++ b/audio/kmpg/files/patch-ag @@ -0,0 +1,15 @@ +--- kmpg.h.orig Thu May 14 19:20:37 1998 ++++ kmpg.h Thu May 14 19:20:55 1998 +@@ -24,10 +24,10 @@ + #include <signal.h> + #include <sys/utsname.h> + #include <unistd.h> +-#if defined(_FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) + #else + #include <mntent.h> +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + #endif + #include <sys/types.h> + #include <sys/stat.h> |