aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-12 23:02:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-12 23:02:05 +0000
commit59857179ef6d2eccfefea6187f29d8cad366d90b (patch)
tree960c8721600bfc209ae555d4e3a8989ccf41df2b /audio/csound
parent1dd0b48f2eec4a843bf65266f83b8c7e4dd8f550 (diff)
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index f337563c7e3a..33cc6aac1fc9 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -31,7 +31,7 @@ USE_PYTHON= 2.4+
USE_SCONS= yes
SCONS_ARGS+= prefix=${PREFIX} CC=${CC} CXX=${CXX} \
buildRelease=1 install=1 buildCsound5GUI=1 \
- buildWinsound=1 buildVirtual=1 buildCSEditor=1
+ buildWinsound=1 buildVirtual=1 buildCSEditor=1 Word64=1
SUB_FILES= custom.py \
pkg-message
SUB_LIST+= PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}
@@ -47,7 +47,7 @@ post-patch: apply-slist
@${MV} ${WRKDIR}/custom.py ${WRKSRC}
@${REINPLACE_CMD} -e "s|'unsupported'|'linux'|; \
s|ENV = {'PATH' : os.environ\['PATH'\]}|ENV = os.environ|; \
- s|'dl'|''|" \
+ s|'dl'|''| ; s|lib64|lib|g" \
${WRKSRC}/SConstruct
@${REINPLACE_CMD} 's|linux/if.h|net/if.h|' ${WRKSRC}/OOps/remote.c