mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
https://github.com/kinetiknz/nestegg/commit/3b7f1ae5dfd5
|
|
|
|
--- media/libnestegg/src/align.h.orig 2017-11-14 14:36:13 UTC
|
|
+++ media/libnestegg/src/align.h
|
|
@@ -22,7 +22,7 @@
|
|
*/
|
|
typedef double max_align_t;
|
|
|
|
-#else
|
|
+#elif !defined(__CLANG_MAX_ALIGN_T_DEFINED) && !defined(_GCC_MAX_ALIGN_T)
|
|
|
|
/*
|
|
* a type with the most strict alignment requirements
|