Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 00:21:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 240043] audio/linux-c7-alsa: how to make it work?
Message-ID:  <bug-240043-4077-SilA6hT4H8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240043-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240043-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240043

--- Comment #47 from Alex S <iwtcex@gmail.com> ---
(In reply to commit-hook from comment #45)

Almost there:

diff --git a/audio/linux-c7-alsa-plugins-oss/Makefile
b/audio/linux-c7-alsa-plugins-oss/Makefile
index e1afcccdf1eb..6970d0700711 100644
--- a/audio/linux-c7-alsa-plugins-oss/Makefile
+++ b/audio/linux-c7-alsa-plugins-oss/Makefile
@@ -19,6 +19,8 @@ COMMENT=3D      OSS plugin for ALSA (Linux CentOS
${LINUX_DIST_VER})

 LICENSE=3D       LGPL21+

+BUILD_DEPENDS=3D gawk:lang/gawk
+
 USES=3D          autoreconf:build gmake libtool:build linux:c7 pkgconfig
 USE_LDCONFIG=3D  yes
 USE_LINUX=3D     alsalib:build,run alsa-lib-devel:build devtools:build
@@ -72,7 +74,7 @@ do-patch:
 do-configure:
 .if !empty(COMPAT32_CFLAGS_${ARCH})
        @(cd ${WRKSRC32} && ${AUTORECONF} -f -i && ${SETENV} \
-               PATH=3D${LINUXBASE}/usr/bin ./configure CPPFLAGS=3D"${CPPFL=
AGS}" \
+               PATH=3D${LINUXBASE}/usr/bin ./configure
AWK=3D"${LOCALBASE}/bin/gawk" CPPFLAGS=3D"${CPPFLAGS}" \
                CFLAGS=3D"${CFLAGS} ${COMPAT32_CFLAGS_${ARCH}}" \
                LDFLAGS=3D"${LDFLAGS}" MAKE=3D"${LOCALBASE}/bin/gmake" \
                MKDIR_P=3D"${MKDIR}" PKG_CONFIG=3D"${LOCALBASE}/bin/pkgconf=
" \
@@ -80,7 +82,7 @@ do-configure:
                ${CONFIG_ARGS})
 .endif
        @(cd ${WRKSRC} && ${AUTORECONF} -f -i && ${SETENV} \
-               PATH=3D${LINUXBASE}/usr/bin ./configure CPPFLAGS=3D"${CPPFL=
AGS}" \
+               PATH=3D${LINUXBASE}/usr/bin ./configure
AWK=3D"${LOCALBASE}/bin/gawk" CPPFLAGS=3D"${CPPFLAGS}" \
                CFLAGS=3D"${CFLAGS}" LDFLAGS=3D"${LDFLAGS}" \
                MAKE=3D"${LOCALBASE}/bin/gmake" MKDIR_P=3D"${MKDIR}" \
                PKG_CONFIG=3D"${LOCALBASE}/bin/pkgconf" \

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240043-4077-SilA6hT4H8>