From eb7525f070d51ec1c162f73143842a13ea6cac09 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 12 Nov 2007 23:02:05 +0000 Subject: - Fix build on amd64 Reported by: pointyhat Approved by: portmgr (hat) --- audio/csound/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/csound/Makefile') 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 -- cgit