freebsd-ports/databases/p5-Tie-LevelDB/files/patch-port-atomic_pointer.h
Sunpoet Po-Chuan Hsieh 4b98557743 Fix build on powerpc64
PR:		240088
Submitted by:	pkubaj
2019-09-03 19:12:51 +00:00

11 lines
244 B
C

--- port/atomic_pointer.h.orig 2019-08-25 00:44:43 UTC
+++ port/atomic_pointer.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#ifdef LEVELDB_CSTDATOMIC_PRESENT
-#include <cstdatomic>
+#include <atomic>
#endif
#ifdef OS_WIN
#include <windows.h>