unbreak port, took maintainership.

removed bogus patch:
patch-ae  1.1   10 days  kris   Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
apply changes in existing patchfile.
This commit is contained in:
Dirk Meyer 2002-09-19 03:56:43 +00:00
parent 543543bb0c
commit 319c621608
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66678
3 changed files with 2 additions and 13 deletions

View File

@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.Org
MAINTAINER= dinoex@FreeBSD.Org
.if ${MACHINE_ARCH} == "alpha"
PLIST= ${PKGDIR}/pkg-plist.alpha

View File

@ -13,7 +13,7 @@
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
! #include <machine/soundcard.h>
! #include <sys/soundcard.h>
#include "include/error.h"
#include "include/audio.h"

View File

@ -1,11 +0,0 @@
--- audio.c.orig Sun Sep 8 01:47:55 2002
+++ audio.c Sun Sep 8 01:48:02 2002
@@ -55,7 +55,7 @@
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#include "include/error.h"
#include "include/audio.h"