summaryrefslogtreecommitdiff
path: root/audio/csound5/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2011-04-07 09:23:10 +0000
committerwiz <wiz>2011-04-07 09:23:10 +0000
commitc8a375366fd396e97ac1ecba39425b4fe5caa887 (patch)
tree0e0dd9682825cf611e03c3174dfb04db26dda77f /audio/csound5/Makefile
parentd89c6d65e949bbe50f8f35d1c11873b6a5b83c56 (diff)
downloadpkgsrc-c8a375366fd396e97ac1ecba39425b4fe5caa887.tar.gz
Revert most parts of previous, obache notes correctly it does not
work because everything is rebuilt when prefix changes.
Diffstat (limited to 'audio/csound5/Makefile')
-rw-r--r--audio/csound5/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile
index 5a574e763fc..f2e85cb15b5 100644
--- a/audio/csound5/Makefile
+++ b/audio/csound5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/04/07 08:37:24 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2011/04/07 09:23:10 wiz Exp $
#
DISTNAME= Csound${CSOUND_VERSION}_src
@@ -12,14 +12,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/csound/
COMMENT= Software synthesizer and sequencer
-PKG_DESTDIR_SUPPORT= user-destdir
-
CSOUND_VERSION= 5.01
USE_LANGUAGES= c c++
CFLAGS+= -g -D__PKGSRC_PREFIX__=${PREFIX}/ -DBETA
BUILD_DEPENDS+= scons>=0.96:../../devel/scons
# Severe LP64 problems
-NOT_FOR_PLATFORM= ${LP64PLATFORMS}
+#NOT_FOR_PLATFORM= ${LP64PLATFORMS}
SCONS= ${PREFIX}/bin/scons
SCONS_ARGS= -C ${WRKSRC} prefix=${PREFIX}
SCONS_ARGS+= buildDSSI=0 buildLoris=0 buildRelease=1
@@ -35,7 +33,7 @@ do-build:
do-install:
cd ${WRKSRC} && SCONS_ENV="`${CAT} ${SCONS_ENV_FILE}`" && \
- eval "${SETENV} $${SCONS_ENV} ${SCONS} ${SCONS_ARGS} prefix=${DESTDIR}${PREFIX} install"
+ eval "${SETENV} $${SCONS_ENV} ${SCONS} ${SCONS_ARGS} install"
cd ${DESTDIR}${PREFIX} && ${LN} -s ../lib/csound5/csound bin/csound5
.include "../../audio/fluidsynth/buildlink3.mk"