mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
* Fix PATCH_SITE.
PR: 40887 Submitted by: Tilman Linneweh <tilman@arved.de> * machine/soundcard.h -> sys/soundcard.h
This commit is contained in:
parent
831f3e2b08
commit
203eb5ed63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63396
@ -12,12 +12,13 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= apps/sound/mixers
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
|
||||
PATCHFILES= xmix-2.1.mixers.patch
|
||||
|
||||
MAINTAINER= ports@FreeBSD.Org
|
||||
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= $(WRKDIR)/xmix
|
||||
WRKSRC= ${WRKDIR}/xmix
|
||||
|
||||
MAN1= xmix.1
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "square_with_x.bit"
|
||||
|
||||
-#include <linux/soundcard.h>
|
||||
+#include <machine/soundcard.h>
|
||||
+#include <sys/soundcard.h>
|
||||
|
||||
#define SOUND_FULL_SCALE 100.0
|
||||
#define MAX_SOUND_VOL 95
|
||||
|
Loading…
Reference in New Issue
Block a user