summaryrefslogtreecommitdiff
path: root/audio/alsa-plugins-oss
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-12-19 12:34:22 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-12-19 12:34:22 +0000
commit23d406fdee41db8a5ae312dffc69483484872566 (patch)
treef809d2a5303616213a3e7a3b945ed074e56c1b84 /audio/alsa-plugins-oss
parent1c49525e9fbdb6eabb801c408a068d5db62d8f95 (diff)
downloadpkgsrc-23d406fdee41db8a5ae312dffc69483484872566.tar.gz
Make sure the plugin links with LIBOSSAUDIO. ALSA can load the OSS plugin
now, but it still doesn't work, so don't bump PKGREVISION quite yet.
Diffstat (limited to 'audio/alsa-plugins-oss')
-rw-r--r--audio/alsa-plugins-oss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/alsa-plugins-oss/Makefile b/audio/alsa-plugins-oss/Makefile
index 27896bb189f..1a39d18407a 100644
--- a/audio/alsa-plugins-oss/Makefile
+++ b/audio/alsa-plugins-oss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 04:03:22 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2008/12/19 12:34:22 jmcneill Exp $
#
DISTNAME= alsa-plugins-1.0.18
@@ -15,8 +15,8 @@ GNU_CONFIGURE= yes
USE_TOOLS= pkg-config gmake
USE_LIBTOOL= yes
-MAKE_ENV+= LIBOSSAUDIO=${LIBOSSAUDIO:Q}
CFLAGS+= -DDEVOSSAUDIO=\"${DEVOSSAUDIO:U/dev/dsp}\"
+LIBS+= ${LIBOSSAUDIO}
do-build:
cd ${WRKSRC}/oss && ${GMAKE}