diff options
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 |