Files
haikuports/sci-libs/cfitsio/patches/cfitsio-4.4.0.patchset
Schrijvers Luc 75e6a77466 cfitsio, bump version, keep older around (#10285)
Older one still in use
2024-04-01 19:47:10 +02:00

32 lines
1.0 KiB
Plaintext

From 8ab4278e1f7719bf535004a3c6607619f2d04e1c Mon Sep 17 00:00:00 2001
From: Gabriele Baldassarre <gabriele@gabrielebaldassarre.com>
Date: Mon, 25 May 2020 23:11:01 +0000
Subject: Build fix
diff --git a/Makefile.in b/Makefile.in
index d1dfb23..15a64f0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,7 +121,7 @@ install: lib${PACKAGE}.a ${INSTALL_DIRS}
done
/bin/cp fitsio.h fitsio2.h longnam.h drvrsmem.h ${CFITSIO_INCLUDE}
/bin/cp cfitsio.pc ${CFITSIO_LIB}/pkgconfig
- @for task in ${FPACK_UTILS} ${UTILS}; do \
+ @for task in ${FPACK_UTILS}; do \
if [ -f $$task ]; then \
if [ ! -d ${CFITSIO_BIN} ]; then mkdir -p ${CFITSIO_BIN}; fi; \
echo "/bin/cp $$task ${CFITSIO_BIN}"; \
@@ -142,7 +142,7 @@ FPACK_UTILS = fpack funpack
UTILS = cookbook fitscopy imcopy smem speed testprog fitsverify
# Optional build target:
-utils: ${FPACK_UTILS} ${UTILS}
+utils: ${FPACK_UTILS}
FVERIFY_SRC = utilities/ftverify.c utilities/fvrf_data.c \
utilities/fvrf_file.c utilities/fvrf_head.c \
--
2.43.2