Date: Sun, 15 Jun 2014 02:53:14 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357808 - head/devel/libdsp Message-ID: <201406150253.s5F2rEKi046679@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Sun Jun 15 02:53:14 2014 New Revision: 357808 URL: http://svnweb.freebsd.org/changeset/ports/357808 QAT: https://qat.redports.org/buildarchive/r357808/ Log: add USE_AUTOTOOLS back to fix build failure. Submitted by: swills@ Modified: head/devel/libdsp/Makefile Modified: head/devel/libdsp/Makefile ============================================================================== --- head/devel/libdsp/Makefile Sun Jun 15 02:41:31 2014 (r357807) +++ head/devel/libdsp/Makefile Sun Jun 15 02:53:14 2014 (r357808) @@ -16,6 +16,7 @@ COMMENT= C++ class library of common dig WRKSRC= ${WRKDIR}/libdsp-src-${PORTVERSION}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION} USES= gmake libtool +USE_AUTOTOOLS= libtool:env MAKE_ENV= MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}" MAKEFILE= Makefile.BSD USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406150253.s5F2rEKi046679>