From 061c7f4527a7cc18d1a005d4df61a47ae79757b3 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 17 Aug 2005 15:46:48 +0000 Subject: [PATCH] fixed mesa build --- packages/multimedia/mesa3d/mesa3d | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/multimedia/mesa3d/mesa3d b/packages/multimedia/mesa3d/mesa3d index ad12c68..132e31e 100644 --- a/packages/multimedia/mesa3d/mesa3d +++ b/packages/multimedia/mesa3d/mesa3d @@ -13,12 +13,18 @@ prefix="$root/opt/$package" mt="" [ "$hdw_arch" = "ia32" ] && mt="linux-x86" +pre_install() { + for file in `find ./ -name depend`; do + rm $file + done + } + build_main() { if [ -n "$mt" ] ; then echo "building mesa3d for $mt ..." make $mt else - echo "target $hdw_rach not supported by now" + echo "target $hdw_arch not supported by now" exit 1 fi } -- 2.20.1