summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-22 18:20:43 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-22 18:20:43 +0000
commit203eb5ed63c8211458b384dec367883293b9feb7 (patch)
treecea12eba7863a2cf823809e413bfccf9f166c9b1 /audio
parent- Update to 4.4.5 (diff)
* Fix PATCH_SITE.
PR: 40887 Submitted by: Tilman Linneweh <tilman@arved.de> * machine/soundcard.h -> sys/soundcard.h
Notes
Notes: svn path=/head/; revision=63396
Diffstat (limited to 'audio')
-rw-r--r--audio/xmix/Makefile3
-rw-r--r--audio/xmix/files/patch-ab2
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile
index e16356ff0311..774ee86b48b5 100644
--- a/audio/xmix/Makefile
+++ b/audio/xmix/Makefile
@@ -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
diff --git a/audio/xmix/files/patch-ab b/audio/xmix/files/patch-ab
index 4f014c950b70..bbe52114754c 100644
--- a/audio/xmix/files/patch-ab
+++ b/audio/xmix/files/patch-ab
@@ -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