From 8acdaec3e962517d486b7902b480af320d82f6b2 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 23 Dec 2013 04:31:53 +0000 Subject: [PATCH] mesa: Fix missing developLibDir symlink --- sys-libs/mesa/mesa-10.0.1.recipe | 4 +++- sys-libs/mesa/mesa-7.9.2.recipe | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-libs/mesa/mesa-10.0.1.recipe b/sys-libs/mesa/mesa-10.0.1.recipe index 3167cd28c..51e5dcfe0 100644 --- a/sys-libs/mesa/mesa-10.0.1.recipe +++ b/sys-libs/mesa/mesa-10.0.1.recipe @@ -9,7 +9,7 @@ COPYRIGHT="1999-2013 Brian Paul All Rights Reserved." LICENSE="MIT" SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/10.0.1/MesaLib-10.0.1.tar.bz2" CHECKSUM_MD5="0a72ca5b36046a658bf6038326ff32ed" -REVISION="1" +REVISION="2" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -65,6 +65,8 @@ INSTALL() # libGL.so makes up the core of our OpenGL kit mkdir -p $libDir cp $(find $mesaBuildDir -name 'libGL.so') $libDir + mkdir -p $developLibDir + symlinkRelative -s $libDir/libGL.so $developLibDir # Our rendering add-ons mkdir -p $addOnsDir/opengl diff --git a/sys-libs/mesa/mesa-7.9.2.recipe b/sys-libs/mesa/mesa-7.9.2.recipe index ae5a26b99..4ce2b3d50 100644 --- a/sys-libs/mesa/mesa-7.9.2.recipe +++ b/sys-libs/mesa/mesa-7.9.2.recipe @@ -10,7 +10,7 @@ LICENSE="MIT" # remember to update SOURCE_DIR as well for the -X revision SRC_URI="https://github.com/kallisti5/mesa/archive/7.9.2-3.tar.gz" CHECKSUM_MD5="1f7d846ea2982ffa175c906443aaabd3" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2" if [ $effectiveTargetArchitecture != x86 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -59,6 +59,8 @@ INSTALL() # libGL.so makes up the core of our OpenGL kit mkdir -p $libDir cp $(find ./lib/ -name 'libGL.so') $libDir + mkdir -p $developLibDir + symlinkRelative -s $libDir/libGL.so $developLibDir # Our rendering add-on mkdir -p $addOnsDir/opengl