mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/link-grammar: remove #include <fpu_control.h>
Closes: https://bugs.gentoo.org/717404 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
13
dev-libs/link-grammar/files/link-grammar-5.10.2-musl.patch
Normal file
13
dev-libs/link-grammar/files/link-grammar-5.10.2-musl.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/link-grammar/minisat/minisat/utils/System.h
|
||||
+++ b/link-grammar/minisat/minisat/utils/System.h
|
||||
@@ -21,10 +21,6 @@
|
||||
#ifndef Minisat_System_h
|
||||
#define Minisat_System_h
|
||||
|
||||
-#if defined(__linux__)
|
||||
-#include <fpu_control.h>
|
||||
-#endif
|
||||
-
|
||||
#include "minisat/mtl/IntTypes.h"
|
||||
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
@@ -32,7 +32,10 @@ BDEPEND="
|
||||
sys-devel/autoconf-archive
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-5.8.1-lld.patch )
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-5.8.1-lld.patch
|
||||
"${FILESDIR}"/${P}-musl.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
if use aspell && use hunspell; then
|
||||
|
||||
Reference in New Issue
Block a user