forked from Bananymous/banan-os
ports/tuxraces: Cleanup cflag passing
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user