mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
byacc: provide byacc.
avoid conflict with bison.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user