firebird: remove XBPS_GCC_* usage
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
f5418129e9
commit
2192692a91
@ -18,9 +18,7 @@ distfiles="https://github.com/FirebirdSQL/firebird/releases/download/R${_uver%_*
|
||||
checksum=d87d774736edb1eacc242c68831edb3575c28cc61378491f42f8932bf9975678
|
||||
disable_parallel_build=yes
|
||||
|
||||
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
||||
CXXFLAGS="-Wno-error=narrowing -fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
||||
fi
|
||||
CXXFLAGS="-Wno-error=narrowing -fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
||||
|
||||
pre_configure() {
|
||||
# Avoid errors telling we are not 'root' and
|
||||
|
Loading…
x
Reference in New Issue
Block a user