summaryrefslogtreecommitdiff
path: root/cfitsio/build.sh
blob: 288a62e9665b7dbd44e9018803efd9d09c86b0c0 (plain) (blame)
1
2
3
4
5
6
7
8
case "$(uname)" in
    Darwin)
        export CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=200112L"
    ;;
esac
./configure --prefix=$PREFIX --enable-reentrant
make shared
make install