commit: 3d8574a4ba9bb74a92308d2b831d2a92926be53f
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 17 22:13:02 2015 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 22:13:02 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3d8574a4
media-libs/mesa: Remove Solaris hack.
Doesn't seem to be needed.
---
media-libs/mesa/mesa-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index c2a3007..32d1b48 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -218,11 +218,6 @@ src_prepare() {
# fix for hardened pax_kernel, bug 240956
[[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
- # Solaris needs some recent POSIX stuff in our case
- if [[ ${CHOST} == *-solaris* ]] ; then
- sed -i -e "s/-DSVR4/-D_POSIX_C_SOURCE=200112L/" configure.ac ||
die
- fi
-
base_src_prepare
eautoreconf