svn commit: r357808 - head/devel/libdsp

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 15 02:53:14 UTC 2014


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


More information about the svn-ports-head mailing list