mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Fix the build in 6.x by requiring GCC 4.2+. This may not be exactly the right
string, but half an hour of searching around the gcc source and website sheds no light on when -Wno-variadic-macros was added.
This commit is contained in:
parent
16786fe2f7
commit
0f1e52866d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215085
@ -19,6 +19,7 @@ BUILD_DEPENDS= llc:${PORTSDIR}/devel/llvm
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BISON= build
|
||||
USE_GCC= 4.2+
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
|
Loading…
Reference in New Issue
Block a user