aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cfitsio/0004-pkg-config.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/cfitsio/0004-pkg-config.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/cfitsio/0004-pkg-config.patch')
-rw-r--r--vcpkg/ports/cfitsio/0004-pkg-config.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/cfitsio/0004-pkg-config.patch b/vcpkg/ports/cfitsio/0004-pkg-config.patch
new file mode 100644
index 0000000..65d98b5
--- /dev/null
+++ b/vcpkg/ports/cfitsio/0004-pkg-config.patch
@@ -0,0 +1,13 @@
+diff -urw cfitsio-3-7822097674.clean/cfitsio.pc.cmake cfitsio-3-7822097674/cfitsio.pc.cmake
+--- cfitsio-3-7822097674.clean/cfitsio.pc.cmake 2020-08-12 20:01:04.000000000 +0200
++++ cfitsio-3-7822097674/cfitsio.pc.cmake 2021-05-06 08:46:49.160351519 +0200
+@@ -6,7 +6,8 @@
+ Name: cfitsio
+ Description: FITS File Subroutine Library
+ URL: https://heasarc.gsfc.nasa.gov/fitsio/
+-Version: @CFITSIO_MAJOR@.@CFITSIO_MINOR@
++Version: @CFITSIO_VERSION@
++Requires.private: @PKG_CONFIG_REQUIRES_PRIVATE@
+ Libs: -L${libdir} @PKG_CONFIG_LIBS@
+ Libs.private: -lm
+ Cflags: -I${includedir}