mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gifsicle: fix TEST by adding cmd:perl to BUILD_PREREQUIRES.
Also patch test/testie to replace "/usr/bin/perl" by "/bin/perl".
This commit is contained in:
@@ -27,11 +27,17 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:awk
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i -e '1 s|/usr\(/bin/perl\)|\1|' test/testie
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
|
||||
Reference in New Issue
Block a user