diff options
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r-- | audio/csound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 29d05e157df5..f337563c7e3a 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -41,8 +41,9 @@ USE_LDCONFIG= yes DISTFILES+= ${DISTNAME}-manual.tar.gz:manual .endif +FLTKBASE?= ${LOCALBASE} post-patch: apply-slist - @/bin/sh ${SCRIPTDIR}/check-fltk-threads.sh + @${SETENV} FLTKBASE=${FLTKBASE} ${SH} ${SCRIPTDIR}/check-fltk-threads.sh @${MV} ${WRKDIR}/custom.py ${WRKSRC} @${REINPLACE_CMD} -e "s|'unsupported'|'linux'|; \ s|ENV = {'PATH' : os.environ\['PATH'\]}|ENV = os.environ|; \ |