summaryrefslogtreecommitdiff
path: root/games/xdoom/patches/patch-ay
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-02-24 23:04:31 +0000
committerminskim <minskim@pkgsrc.org>2005-02-24 23:04:31 +0000
commite06ff261ccb5bd19c190d8f963a2bbaed164ffb5 (patch)
tree8389e677ab8e46bea452be9297d979d05cfc42a0 /games/xdoom/patches/patch-ay
parent56e0a1bc88bb574c49e14b39d794d384ab569473 (diff)
downloadpkgsrc-e06ff261ccb5bd19c190d8f963a2bbaed164ffb5.tar.gz
Use variables and header files defined in ossaudio.buildlink3.mk to make
this package build on more platforms.
Diffstat (limited to 'games/xdoom/patches/patch-ay')
-rw-r--r--games/xdoom/patches/patch-ay4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xdoom/patches/patch-ay b/games/xdoom/patches/patch-ay
index 7a3e2e8e9e9..64f500753c5 100644
--- a/games/xdoom/patches/patch-ay
+++ b/games/xdoom/patches/patch-ay
@@ -1,4 +1,4 @@
-$NetBSD: patch-ay,v 1.1 2000/02/03 16:01:16 abs Exp $
+$NetBSD: patch-ay,v 1.2 2005/02/24 23:04:31 minskim Exp $
--- sndserv/linux.c.orig Sun Jan 26 07:45:01 1997
+++ sndserv/linux.c Thu Feb 3 01:34:05 2000
@@ -9,7 +9,7 @@ $NetBSD: patch-ay,v 1.1 2000/02/03 16:01:16 abs Exp $
+#include <sys/ioctl.h>
-#include <linux/soundcard.h>
-+#include <soundcard.h>
++#include <sys/soundcard.h>
#include "soundsrv.h"