SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
textproc/libical/patches/patch-src_libical_icaltz-util_c
Normal file
18
textproc/libical/patches/patch-src_libical_icaltz-util_c
Normal file
|
@ -0,0 +1,18 @@
|
|||
Index: src/libical/icaltz-util.c
|
||||
--- src/libical/icaltz-util.c.orig
|
||||
+++ src/libical/icaltz-util.c
|
||||
@@ -49,8 +49,13 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
-#if defined(__OpenBSD__) && !defined(bswap_32)
|
||||
+#if defined(__OpenBSD__)
|
||||
+#if !defined(bswap_32)
|
||||
#define bswap_32 swap32
|
||||
+#endif
|
||||
+#if !defined(bswap_64)
|
||||
+#define bswap_64 swap64
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
Loading…
Add table
Add a link
Reference in a new issue