-DIST libX11-1.6.7.tar.bz2 2290260 BLAKE2B d149d3eacdb1cd80de378076dd96bbaa2cf0cf24d4431ed1afbc00f6ff43cb5dbbea01345230e8b06cd05900d77d4771a72e3b8c5ddda69cb25c95f02a58d9ce SHA512 edd2273b9dadbbf90ad8d7b5715db29eb120a5a22ad2595f697e56532cc24b84e358580c00548fa6be8e9d26601a2b2cdab32272c59266709534317abbd05cd5
DIST libX11-1.6.8.tar.bz2 2395911 BLAKE2B 50f8871d7ff2aee14767085a6cf78e9f6e2b01c5143227089590c86db8006836432cb051d6259893850d78d2daea3332a26885a34f07989b869c14b8ddeefa28 SHA512 1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76
+++ /dev/null
---- configure.ac.orig 2008-07-21 15:48:33 +0200
-+++ configure.ac 2008-07-21 15:49:23 +0200
-@@ -198,6 +198,8 @@
- XTHREADLIB="-pthread" ;;
- solaris*)
- XTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS" ;;
-+ aix*)
-+ XTHREAD_CFLAGS="-pthread" ;;
- esac
- fi
- AC_SUBST(XTHREADLIB)
+++ /dev/null
-diff -ru -x '*.Po' -x '*.Plo' -x '*.o' -x '*.lo' libX11-1.1.5/src/xlibi18n/Ximint.h libX11-1.1.5.orig/src/xlibi18n/Ximint.h
---- libX11-1.1.5/src/xlibi18n/Ximint.h 2009-01-16 10:14:37 +0100
-+++ libX11-1.1.5.orig/src/xlibi18n/Ximint.h 2009-01-16 09:39:48 +0100
-@@ -37,6 +37,9 @@
-
- #include <stdio.h>
- #include <X11/Xutil.h>
-+#ifdef WIN32
-+# include <X11/Xwindows.h>
-+#endif
-
- #define Public /**/
- #define Private static
+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-XORG_EAUTORECONF=yes
-XORG_MULTILIB=yes
-inherit xorg-2 toolchain-funcs
-
-DESCRIPTION="X.Org X11 library"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="ipv6 test"
-
-RDEPEND="x11-base/xorg-proto
- >=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]
- x11-libs/xtrans"
-DEPEND="${RDEPEND}
- test? ( dev-lang/perl )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.1.4-aix-pthread.patch
- "${FILESDIR}"/${PN}-1.1.5-winnt-private.patch
- "${FILESDIR}"/${PN}-1.1.5-solaris.patch
-)
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_with doc xmlto)
- $(use_enable doc specs)
- $(use_enable ipv6)
- --without-fop
- )
-
- [[ ${CHOST} == *-interix* ]] && export ac_cv_func_poll=no
- xorg-2_src_configure
-}
-
-multilib_src_compile() {
- if tc-is-cross-compiler; then
- # Make sure the build-time tool "makekeys" uses build settings.
- tc-export_build_env BUILD_CC
- emake -C src/util \
- CC="${BUILD_CC}" \
- CFLAGS="${BUILD_CFLAGS}" \
- LDFLAGS="${BUILD_LDFLAGS}" \
- clean all
- fi
-
- default
-}