diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-24 23:04:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-24 23:04:31 +0000 |
commit | e06ff261ccb5bd19c190d8f963a2bbaed164ffb5 (patch) | |
tree | 8389e677ab8e46bea452be9297d979d05cfc42a0 /games/xdoom/patches/patch-ay | |
parent | 56e0a1bc88bb574c49e14b39d794d384ab569473 (diff) | |
download | pkgsrc-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-ay | 4 |
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" |