From 5e662ecccc23ee0c089e0082f9ccedd9b2bb9d95 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 12 Feb 2019 19:33:54 +0100 Subject: [PATCH] cfitsio: fix build libcurl is searched for during configure, but it is not found. --- srcpkgs/cfitsio/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/cfitsio/template b/srcpkgs/cfitsio/template index 96efe023a68..3238d3ddb37 100644 --- a/srcpkgs/cfitsio/template +++ b/srcpkgs/cfitsio/template @@ -4,6 +4,7 @@ version=3.450 revision=1 wrksrc=cfitsio build_style=cmake +makedepends="libcurl-devel" short_desc="Library for reading and writing data files in FITS data format" maintainer="Helmut Pozimski " license="NASA license"