aboutsummaryrefslogtreecommitdiffstats
path: root/audio/csound
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-13 07:02:05 +0800
committerpav <pav@FreeBSD.org>2007-11-13 07:02:05 +0800
commiteb7525f070d51ec1c162f73143842a13ea6cac09 (patch)
tree5d4147da00b3d50e0159c29e6b90a7cad10ba5c1 /audio/csound
parent1b99b8b69c1c1b5504b27e0cc48c5d77919e587a (diff)
downloadfreebsd-ports-gnome-eb7525f070d51ec1c162f73143842a13ea6cac09.tar.gz
freebsd-ports-gnome-eb7525f070d51ec1c162f73143842a13ea6cac09.tar.zst
freebsd-ports-gnome-eb7525f070d51ec1c162f73143842a13ea6cac09.zip
- Fix build on amd64
Reported by: pointyhat Approved by: portmgr (hat)
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