diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /audio/ardour | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) |
Notes
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index ba4bb5037336..6bb54065382a 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -98,7 +98,9 @@ SCONS_ENV+= FPU_OPTIMIZATION=0 CFLAGS:= ${CFLAGS:N-fno-strict-aliasing} post-patch: - ${REINPLACE_CMD} -e "s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/SConstruct + ${REINPLACE_CMD} -e "s|%%CFLAGS%%|${CFLAGS}|g" \ + -e "s|soundtouch-1.4|soundtouch-1.6|g" \ + ${WRKSRC}/SConstruct ${REINPLACE_CMD} -e "s|alsa_pcm|oss|g" ${WRKSRC}/templates/*.template post-install: |