svn commit: r367985 - head/devel/libdsp

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 11 21:19:53 UTC 2014


Author: tijl
Date: Thu Sep 11 21:19:52 2014
New Revision: 367985
URL: http://svnweb.freebsd.org/changeset/ports/367985
QAT: https://qat.redports.org/buildarchive/r367985/

Log:
  Switch to USES=libtool:build

Modified:
  head/devel/libdsp/Makefile

Modified: head/devel/libdsp/Makefile
==============================================================================
--- head/devel/libdsp/Makefile	Thu Sep 11 21:13:24 2014	(r367984)
+++ head/devel/libdsp/Makefile	Thu Sep 11 21:19:52 2014	(r367985)
@@ -15,21 +15,13 @@ 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
+USES=		gmake libtool:build
 USE_LDCONFIG=	yes
 
 INLINE_VER=	1.4.0
 
-do-configure:
-	@${DO_NADA}
+CFLAGS_i386+=	-DDSP_X86
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-CFLAGS+=	-DDSP_X86
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list