diff options
-rw-r--r-- | devel/libdsp/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile index 7ded6a7f850e..7587201b1943 100644 --- a/devel/libdsp/Makefile +++ b/devel/libdsp/Makefile @@ -15,21 +15,13 @@ COMMENT= C++ class library of common digital signal processing functions 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> |