pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cfitsio



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 10 10:56:16 UTC 2024

Modified Files:
        pkgsrc/devel/cfitsio: Makefile

Log Message:
cfitsio: Disable broken zlib check.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/cfitsio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cfitsio/Makefile
diff -u pkgsrc/devel/cfitsio/Makefile:1.50 pkgsrc/devel/cfitsio/Makefile:1.51
--- pkgsrc/devel/cfitsio/Makefile:1.50  Wed May 29 16:31:58 2024
+++ pkgsrc/devel/cfitsio/Makefile       Mon Jun 10 10:56:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2024/05/29 16:31:58 adam Exp $
+# $NetBSD: Makefile,v 1.51 2024/06/10 10:56:15 jperkin Exp $
 
 DISTNAME=      cfitsio-4.2.0
 PKGREVISION=   4
@@ -16,6 +16,9 @@ USE_LIBTOOL=          yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE+=   cfitsio.pc.in
 
+# Does not detect pkgsrc zlib correctly.
+CONFIGURE_ARGS+=       --without-zlib-check
+
 INSTALLATION_DIRS=     include lib lib/pkgconfig share/doc/cfitsio
 
 CFITSIO_DOCS=  cfitsio.pdf cfortran.doc fitsio.pdf fitsio.doc \



Home | Main Index | Thread Index | Old Index