aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmix
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-07-23 02:20:43 +0800
committernaddy <naddy@FreeBSD.org>2002-07-23 02:20:43 +0800
commit20cbca1d3a9fd62caa35229eb40da96bc4a8201a (patch)
tree87259b129819397c350be4e753a565caf2fddbc5 /audio/xmix
parentccb20613c6bfe569d508b9ff50acc7571ff94b74 (diff)
downloadfreebsd-ports-gnome-20cbca1d3a9fd62caa35229eb40da96bc4a8201a.tar.gz
freebsd-ports-gnome-20cbca1d3a9fd62caa35229eb40da96bc4a8201a.tar.zst
freebsd-ports-gnome-20cbca1d3a9fd62caa35229eb40da96bc4a8201a.zip
* Fix PATCH_SITE.
PR: 40887 Submitted by: Tilman Linneweh <tilman@arved.de> * machine/soundcard.h -> sys/soundcard.h
Diffstat (limited to 'audio/xmix')
-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