ports/tuxraces: Cleanup cflag passing
This commit is contained in:
parent
da6b8eb2ab
commit
3af9830a2e
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue