diff options
Diffstat (limited to 'audio/csound5')
-rw-r--r-- | audio/csound5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 0f4df3cf7cb..5aa5c3dc8bc 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/08/26 19:57:08 sno Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/07 07:36:53 wiz Exp $ # DISTNAME= Csound${CSOUND_VERSION}_src @@ -16,7 +16,8 @@ CSOUND_VERSION= 5.01 USE_LANGUAGES= c c++ CFLAGS+= -g -D__PKGSRC_PREFIX__=${PREFIX}/ -DBETA BUILD_DEPENDS+= scons>=0.96:../../devel/scons -NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 # Severe LP64 problems +# Severe LP64 problems +NOT_FOR_PLATFORM= ${LP64PLATFORMS} SCONS= ${PREFIX}/bin/scons SCONS_ARGS= -C ${WRKSRC} prefix=${PREFIX} SCONS_ARGS+= buildDSSI=0 buildLoris=0 buildRelease=1 |