mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Use correct paths to perl and sh binaries
PR: 169895 Submitted by: Jan Beich <jbeich@tormail.org>
This commit is contained in:
parent
b3c740f8f2
commit
0cbca7e3d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user