mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
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:
parent
543543bb0c
commit
319c621608
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66678
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user