ports/tuxraces: Cleanup cflag passing

This commit is contained in:
Bananymous 2025-09-30 16:14:40 +03:00
parent da6b8eb2ab
commit 3af9830a2e
1 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,8 @@ CONFIGURE_OPTIONS=(
'--without-gl-libs' '--without-gl-libs'
'--with-tcl-lib-name=tcl8.6' '--with-tcl-lib-name=tcl8.6'
'--without-x' '--without-x'
'ac_cv_func_isnan=yes'
'CFLAGS="-std=c99 -Wno-implicit-int -Wno-incompatible-pointer-types'
) )
post_install() { post_install() {
@ -29,6 +31,3 @@ post_install() {
popd popd
} }
export CFLAGS="-std=c99 -Wno-implicit-int -Wno-incompatible-pointer-types $CFLAGS"
export ac_cv_func_isnan=yes