diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-07 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-07 07:36:53 +0000 |
commit | 7d572d9a04592fad500fe29fdab12b31b8a3416f (patch) | |
tree | a0dd7b823376fc63016ffc3e585911efd9a83ee2 /audio/csound5 | |
parent | 982a6c3f77705806a6ebbc728f9757abb6713cb2 (diff) | |
download | pkgsrc-7d572d9a04592fad500fe29fdab12b31b8a3416f.tar.gz |
Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.
Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
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 |