From 130f6daf31ba10be0fd464c10be4042585e3ea92 Mon Sep 17 00:00:00 2001 From: gahr Date: Mon, 6 Aug 2012 12:07:13 +0000 Subject: - Use correct paths to perl and sh binaries PR: 169895 Submitted by: Jan Beich --- audio/beast/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/beast/Makefile b/audio/beast/Makefile index c8827a13f0df..d4df29ce626f 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -55,6 +55,10 @@ post-patch: /FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//; \ s|echo aout|echo elf|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \ + ${WRKSRC}/autotools/intltool-merge + @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ + ${WRKSRC}/mkrelease.sh @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/bse/Makefile.in \ ${WRKSRC}/bse/zintern/Makefile.in -- cgit