blob: 83678188e3a02007e63e7b13decf9b48eaa29001 (
about) (
plain) (
blame)
1
2
3
|
# Fix for "error: isnan was not declared in this scope"
#cat $CWD/patch/kstars/kstars_isnan.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|