pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/alsa-plugins-oss Make sure the plugin links with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f33faa7b6a04
branches:  trunk
changeset: 551726:f33faa7b6a04
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Fri Dec 19 12:34:22 2008 +0000

description:
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:

 audio/alsa-plugins-oss/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5d09ec858437 -r f33faa7b6a04 audio/alsa-plugins-oss/Makefile
--- a/audio/alsa-plugins-oss/Makefile   Fri Dec 19 12:29:26 2008 +0000
+++ b/audio/alsa-plugins-oss/Makefile   Fri Dec 19 12:34:22 2008 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index