diff options
author | 2015-02-17 14:13:02 -0800 | |
---|---|---|
committer | 2015-02-17 14:13:02 -0800 | |
commit | 3d8574a4ba9bb74a92308d2b831d2a92926be53f (patch) | |
tree | 3d2fefca8e4f9e6a20baa004da2cc71207cc7cad | |
parent | x11-drivers/ati-drivers: fix compile on linux-3.19 (diff) | |
download | x11-3d8574a4ba9bb74a92308d2b831d2a92926be53f.tar.gz x11-3d8574a4ba9bb74a92308d2b831d2a92926be53f.tar.bz2 x11-3d8574a4ba9bb74a92308d2b831d2a92926be53f.zip |
media-libs/mesa: Remove Solaris hack.
Doesn't seem to be needed.
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c2a30079..32d1b489 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 |