diff options
author | Hanno Böck <hanno@gentoo.org> | 2006-08-25 20:53:37 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2006-08-25 20:53:37 +0000 |
commit | 2d620ec34d05e974d556e62576b4248b13e1cb2a (patch) | |
tree | a3b050669d7da908bf1f668675de578d4827d7a9 /media-libs/mesa/files | |
parent | Disabled detection of CPU throttling and added a warning for the user. (diff) | |
download | gentoo-2-2d620ec34d05e974d556e62576b4248b13e1cb2a.tar.gz gentoo-2-2d620ec34d05e974d556e62576b4248b13e1cb2a.tar.bz2 gentoo-2-2d620ec34d05e974d556e62576b4248b13e1cb2a.zip |
(hopefully) final fix for libGL.la
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'media-libs/mesa/files')
-rw-r--r-- | media-libs/mesa/files/lib/libGL.la | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/files/lib/libGL.la b/media-libs/mesa/files/lib/libGL.la index 573953319eaa..cc2fd24acd20 100644 --- a/media-libs/mesa/files/lib/libGL.la +++ b/media-libs/mesa/files/lib/libGL.la @@ -14,7 +14,7 @@ library_names='libGL.so.1.2 libGL.so.1 libGL.so' old_library='' # Libraries that this one depends upon. -dependency_libs=' -L/usr/lib -lSM -lICE -lXmu -lXt -lXext -lXi -lX11 -ldl -lpthread ' +dependency_libs=' -L/usr/${libdir} -lSM -lICE -lXmu -lXt -lXext -lXi -lX11 -ldl -lpthread ' # Version information for libGL. current=3 @@ -29,4 +29,4 @@ dlopen='' dlpreopen='' # Directory that this library needs to be installed in: -libdir='/usr/lib' +libdir='/usr/${libdir}' |