summaryrefslogtreecommitdiff
path: root/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-no-glibc.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-no-glibc.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-no-glibc.patch')
-rw-r--r--app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-no-glibc.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-no-glibc.patch b/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-no-glibc.patch
deleted file mode 100644
index 7c5b8a50a094..000000000000
--- a/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-no-glibc.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-The check has no AC_MGS_RESULT finish helper
-and gets called as
- set ``
-on gcc-6 which clutters ./configure output.
-
-One of fallouts of https://bugs.gentoo.org/598798
-diff --git a/configure.ac b/configure.ac
-index 34a7f71..0f06f57 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -574,7 +574,2 @@ if test "$GCC" = "yes" ; then
-
-- AC_MSG_CHECKING(for glibc...)
-- set `printf '%b\n' '#include <features.h>\nXXAaZZ __GLIBC__'|${CC-cc} -E -|awk '/XXAaZZ/ {print $2}'`
-- if test "$1" = "__GLIBC__"; then
-- AC_MSG_ERROR([Sorry, you need glibc.])
-- fi
- fi