mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
There are still a few binary-only packages out there that rely on 'libffi.so.6' presence. This package provides these libraries. No development headers here. Thus this library can co-exist with dev-libs/libffi:0/7 package. Ebuild is based on dev-libs/libffi. We can fast-stabilize it if in-tree stable packages do rely on libffi.so.6 (they should not). The patch is almost entirely by Timo Rothenpieler. I renamed a package and made a few minor tweaks. Fix-by: Timo Rothenpieler Reported-by: Timo Rothenpieler Closes: https://bugs.gentoo.org/695964 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
23 lines
606 B
Diff
23 lines
606 B
Diff
https://bugs.gentoo.org/show_bug.cgi?id=513428
|
|
https://bugs.gentoo.org/show_bug.cgi?id=536764
|
|
https://trac.macports.org/ticket/44170
|
|
|
|
--- libffi-3.2.1/src/x86/win32.S
|
|
+++ libffi-3.2.1/src/x86/win32.S
|
|
@@ -1184,7 +1184,6 @@
|
|
|
|
#if defined(X86_WIN32) && !defined(__OS2__)
|
|
.section .eh_frame,"w"
|
|
-#endif
|
|
.Lframe1:
|
|
.LSCIE1:
|
|
.long .LECIE1-.LASCIE1 /* Length of Common Information Entry */
|
|
@@ -1343,6 +1342,7 @@
|
|
/* End of DW_CFA_xxx CFI instructions. */
|
|
.align 4
|
|
.LEFDE5:
|
|
+#endif /* defined(X86_WIN32) && !defined(__OS2__), for the eh_frame */
|
|
|
|
#endif /* !_MSC_VER */
|
|
|