Date: Thu, 11 Sep 2014 21:19:52 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367985 - head/devel/libdsp Message-ID: <201409112119.s8BLJqSR061624@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409112119.s8BLJqSR061624>