diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 18:39:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 18:39:15 +0000 |
commit | 17e1f4bf71fcdd4743e5ee4f9b83461381dfda83 (patch) | |
tree | b5ede759ad45bba0f33e6fe434c4538d2da322d9 /audio/aureal-kmod | |
parent | f420a459fcb4422330f2f18cad7f4c9a67d032fe (diff) | |
download | ports-17e1f4bf71fcdd4743e5ee4f9b83461381dfda83.tar.gz ports-17e1f4bf71fcdd4743e5ee4f9b83461381dfda83.zip |
Notes
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r-- | audio/aureal-kmod/files/patch-10_Makefile | 9 | ||||
-rw-r--r-- | audio/aureal-kmod/files/patch-20_Makefile | 9 | ||||
-rw-r--r-- | audio/aureal-kmod/files/patch-30_Makefile | 9 | ||||
-rw-r--r-- | audio/aureal-kmod/files/patch-Makefile.inc | 10 |
4 files changed, 18 insertions, 19 deletions
diff --git a/audio/aureal-kmod/files/patch-10_Makefile b/audio/aureal-kmod/files/patch-10_Makefile index 550fcef81102..fe8250a7a6ba 100644 --- a/audio/aureal-kmod/files/patch-10_Makefile +++ b/audio/aureal-kmod/files/patch-10_Makefile @@ -1,10 +1,9 @@ $FreeBSD$ ---- 10/Makefile.orig Tue Jan 16 10:43:21 2001 -+++ 10/Makefile Tue Jan 16 10:43:50 2001 -@@ -0,0 +1,4 @@ -+KMOD = snd_au8810 -+SRCS = ${WRKSRC}/asp10.o +--- 10/Makefile.orig Tue Jan 16 15:45:02 2001 ++++ 10/Makefile Tue Jan 16 15:47:38 2001 +@@ -0,0 +1,3 @@ ++MODEL = 10 + +.include <bsd.kmod.mk> diff --git a/audio/aureal-kmod/files/patch-20_Makefile b/audio/aureal-kmod/files/patch-20_Makefile index 1d0794d03026..c2b7dd1a1036 100644 --- a/audio/aureal-kmod/files/patch-20_Makefile +++ b/audio/aureal-kmod/files/patch-20_Makefile @@ -1,10 +1,9 @@ $FreeBSD$ ---- 20/Makefile.orig Tue Jan 16 10:43:21 2001 -+++ 20/Makefile Tue Jan 16 10:43:57 2001 -@@ -0,0 +1,4 @@ -+KMOD = snd_au8820 -+SRCS = ${WRKSRC}/asp20.o +--- 20/Makefile.orig Tue Jan 16 15:45:02 2001 ++++ 20/Makefile Tue Jan 16 15:47:46 2001 +@@ -0,0 +1,3 @@ ++MODEL = 20 + +.include <bsd.kmod.mk> diff --git a/audio/aureal-kmod/files/patch-30_Makefile b/audio/aureal-kmod/files/patch-30_Makefile index abd615769fff..8ef5b818a3f7 100644 --- a/audio/aureal-kmod/files/patch-30_Makefile +++ b/audio/aureal-kmod/files/patch-30_Makefile @@ -1,10 +1,9 @@ $FreeBSD$ ---- 30/Makefile.orig Tue Jan 16 10:43:21 2001 -+++ 30/Makefile Tue Jan 16 10:44:04 2001 -@@ -0,0 +1,4 @@ -+KMOD = snd_au8830 -+SRCS = ${WRKSRC}/asp30.o +--- 30/Makefile.orig Tue Jan 16 15:45:03 2001 ++++ 30/Makefile Tue Jan 16 15:47:53 2001 +@@ -0,0 +1,3 @@ ++MODEL = 30 + +.include <bsd.kmod.mk> diff --git a/audio/aureal-kmod/files/patch-Makefile.inc b/audio/aureal-kmod/files/patch-Makefile.inc index 4eb45600cdac..c09f270cae54 100644 --- a/audio/aureal-kmod/files/patch-Makefile.inc +++ b/audio/aureal-kmod/files/patch-Makefile.inc @@ -1,15 +1,17 @@ $FreeBSD$ ---- Makefile.inc.orig Mon Jan 15 18:44:49 2001 -+++ Makefile.inc Mon Jan 15 18:44:49 2001 -@@ -0,0 +1,9 @@ +--- Makefile.inc.orig Tue Jan 16 20:33:37 2001 ++++ Makefile.inc Tue Jan 16 20:35:06 2001 +@@ -0,0 +1,11 @@ +.PATH: /sys/dev/sound/pci ${WRKSRC} + +KMODDIR = ${PREFIX}/lib/au88x0 -+SRCS += device_if.h bus_if.h isa_if.h pci_if.h ++KMOD = snd_au88${MODEL} +SRCS += au88x0.c ++SRCS += device_if.h bus_if.h isa_if.h pci_if.h +.if ${OSVERSION} > 500000 +SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h +.endif ++OBJS = ${WRKSRC}/asp${MODEL}.o +CFLAGS += -I${WRKSRC} |