From 985a35d9cb773ab0d5ff123180acb2230b0a3ebc Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 15 Jul 2017 14:48:56 +0200 Subject: [PATCH] byacc: provide byacc. avoid conflict with bison. --- dev-util/byacc/byacc-20150711.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/byacc/byacc-20150711.recipe b/dev-util/byacc/byacc-20150711.recipe index 4dc6a8461..74177446b 100644 --- a/dev-util/byacc/byacc-20150711.recipe +++ b/dev-util/byacc/byacc-20150711.recipe @@ -6,7 +6,7 @@ particular compiler." HOMEPAGE="http://invisible-island.net/byacc/byacc.html" COPYRIGHT="2002-2013,2014 by Thomas E. Dickey" LICENSE="Public Domain" -REVISION="2" +REVISION="3" SOURCE_URI="ftp://invisible-island.net/byacc/byacc-$portVersion.tgz" CHECKSUM_SHA256="c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248" @@ -14,7 +14,7 @@ ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" byacc = $portVersion - cmd:yacc = $portVersion + cmd:byacc = $portVersion " REQUIRES=" haiku @@ -33,7 +33,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure --omit-dirs docDir ./configure + runConfigure --omit-dirs docDir ./configure --program-transform=s,^,b, make }