Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/astrometry/files/patch-include_astrometry_an-endian.h
16462 views
1
--- include/astrometry/an-endian.h.orig 2015-12-12 19:02:27 UTC
2
+++ include/astrometry/an-endian.h
3
@@ -11,7 +11,7 @@
4
// (actually 10.5 does)
5
#if __APPLE__
6
# include <sys/types.h>
7
-#elif __FreeBSD__
8
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
9
# include <sys/endian.h>
10
#elif __sun
11
# include <sys/isa_defs.h>
12
13