diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-30 23:00:12 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-30 23:00:12 -0400 |
commit | 0f7fc864d98d3e8a852d3a6a835ae3331fde1bad (patch) | |
tree | 24b4ac4b7a476b0bb1607476531c5ba1a5f63a7e /cfitsio | |
parent | 39c272221a8baf3b3f2768d9de4f61abea57cf1f (diff) | |
download | spm_packages-0f7fc864d98d3e8a852d3a6a835ae3331fde1bad.tar.gz |
Current state
Diffstat (limited to 'cfitsio')
-rw-r--r-- | cfitsio/build.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cfitsio/build.sh b/cfitsio/build.sh index 0fbccc4..699d66a 100644 --- a/cfitsio/build.sh +++ b/cfitsio/build.sh @@ -5,7 +5,12 @@ revision=0 sources=( "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${name}-${version}.tar.gz" ) -depends=("curl") +build_depends=( + "patch" +) +depends=( + "curl" +) function prepare() { |