https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240043
--- Comment #47 from Alex S <[email protected]> --- (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= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) LICENSE= LGPL21+ +BUILD_DEPENDS= gawk:lang/gawk + USES= autoreconf:build gmake libtool:build linux:c7 pkgconfig USE_LDCONFIG= yes USE_LINUX= 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=${LINUXBASE}/usr/bin ./configure CPPFLAGS="${CPPFLAGS}" \ + PATH=${LINUXBASE}/usr/bin ./configure AWK="${LOCALBASE}/bin/gawk" CPPFLAGS="${CPPFLAGS}" \ CFLAGS="${CFLAGS} ${COMPAT32_CFLAGS_${ARCH}}" \ LDFLAGS="${LDFLAGS}" MAKE="${LOCALBASE}/bin/gmake" \ MKDIR_P="${MKDIR}" PKG_CONFIG="${LOCALBASE}/bin/pkgconf" \ @@ -80,7 +82,7 @@ do-configure: ${CONFIG_ARGS}) .endif @(cd ${WRKSRC} && ${AUTORECONF} -f -i && ${SETENV} \ - PATH=${LINUXBASE}/usr/bin ./configure CPPFLAGS="${CPPFLAGS}" \ + PATH=${LINUXBASE}/usr/bin ./configure AWK="${LOCALBASE}/bin/gawk" CPPFLAGS="${CPPFLAGS}" \ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKE="${LOCALBASE}/bin/gmake" MKDIR_P="${MKDIR}" \ PKG_CONFIG="${LOCALBASE}/bin/pkgconf" \ -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
