Mesalib: the /usr/lib32 changes are now unnecessary.
This commit is contained in:
parent
67eb82aaab
commit
f7c121f42f
1 changed files with 1 additions and 6 deletions
|
@ -39,7 +39,7 @@ i686*|x86_64*)
|
|||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) configure_args+=" --libdir=/usr/lib32 --with-dri-driverdir=/usr/lib32/xorg/modules/drivers";;
|
||||
i686*) configure_args+=" --with-dri-driverdir=/usr/lib32/xorg/modules/drivers";;
|
||||
*) configure_args+=" --with-dri-driverdir=/usr/lib/xorg/modules/drivers";;
|
||||
esac
|
||||
|
||||
|
@ -50,11 +50,6 @@ pre_configure() {
|
|||
libtoolize -f
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/lib32
|
||||
ln -s lib32 ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib/xorg/modules/extensions
|
||||
ln -s libglx-xorg.so ${DESTDIR}/usr/lib/xorg/modules/extensions/libglx.so
|
||||
|
|
Loading…
Reference in a new issue