You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libffi/files/libffi-3.1-typing_error.patch

15 lines
352 B

https://bugs.gentoo.org/511752
https://sourceware.org/ml/libffi-discuss/2014/msg00059.html
--- include/ffi.h.in
+++ include/ffi.h.in
@@ -221,7 +221,7 @@ typedef struct {
#endif
} ffi_cif;
-#if HAVE_LONG_DOUBLE_VARIANT
+#if @HAVE_LONG_DOUBLE_VARIANT@
/* Used to adjust size/alignment of ffi types. */
void ffi_prep_types (ffi_abi abi);
# endif