At least latest versions of bison require gcc4.

This commit is contained in:
François Revol
2012-11-29 20:42:28 +00:00
parent f2c5107990
commit 990a3000ab
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ SRC_URI="http://ftp.gnu.org/gnu/bison/bison-2.5.tar.gz"
CHECKSUM_MD5="687e1dcd29452789d34eaeea4c25abe4" CHECKSUM_MD5="687e1dcd29452789d34eaeea4c25abe4"
REVISION="1" REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND="" DEPEND=""
BUILD { BUILD {
cd bison-2.5 cd bison-2.5

View File

@@ -4,6 +4,7 @@ SRC_URI="http://ftp.gnu.org/gnu/bison/bison-2.6.2.tar.gz"
CHECKSUM_MD5="8b8e458d4ce0cc184f1a58af93663647" CHECKSUM_MD5="8b8e458d4ce0cc184f1a58af93663647"
REVISION="15" REVISION="15"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND="" DEPEND=""
BUILD { BUILD {
cd bison-2.6.2 cd bison-2.6.2