diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-05 15:26:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-05 15:26:13 +0000 |
commit | f7c61c692b035ec56f46093b826894cb1775ec8d (patch) | |
tree | aa3067fb8b941889530698e9c4bbdccfff94f42d /audio/aureal-kmod/files/patch-Makefile.inc | |
parent | Spaces->tabs in the mail category. (diff) |
Improve -STABLE support:
- FreeBSD 4.0 - inform that 4.0 is not supported;
- FreeBSD 4.1.* - use an updated tarball with proper kernel module
dependencies;
- FreeBSD 4.2 - with recent newpcm kobj MFC commit in mind, add heuristics
to determine the driver tarball required. Build correctly on both pre-
and post- kobj MFC systems.
Submitted by: maintainer
Slightly improved and polished by: sobomax
Notes
Notes:
svn path=/head/; revision=37984
Diffstat (limited to 'audio/aureal-kmod/files/patch-Makefile.inc')
-rw-r--r-- | audio/aureal-kmod/files/patch-Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aureal-kmod/files/patch-Makefile.inc b/audio/aureal-kmod/files/patch-Makefile.inc index c09f270cae54..bb625ed3579c 100644 --- a/audio/aureal-kmod/files/patch-Makefile.inc +++ b/audio/aureal-kmod/files/patch-Makefile.inc @@ -10,7 +10,7 @@ $FreeBSD$ +KMOD = snd_au88${MODEL} +SRCS += au88x0.c +SRCS += device_if.h bus_if.h isa_if.h pci_if.h -+.if ${OSVERSION} > 500000 ++.if ${OSVERSION} > 500000 || defined(HAVE_KOBJ_PCM) +SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h +.endif +OBJS = ${WRKSRC}/asp${MODEL}.o |