[Lunar-commits] <moonbase> graphviz: This BUILD change should account for arch differences, which explains
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Aug 29 18:56:31 CEST 2009
commit 410114161960c3965c3bb61002a0c52efaa305ab
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Aug 29 12:56:31 2009 -0400
graphviz: This BUILD change should account for arch differences, which explains
why it was working fine on x86_64 but not on x86.
---
graphics/graphviz/BUILD | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/graphics/graphviz/BUILD b/graphics/graphviz/BUILD
index 5232e77..2c1e538 100644
--- a/graphics/graphviz/BUILD
+++ b/graphics/graphviz/BUILD
@@ -4,7 +4,9 @@
# This line takes care of the cannot find libperl.so rebuild that
# happens on a lunar fix.
- PERL_SO_PATH="`lvu from libperl.so | cut -c 6-57`"
+ PERL_MAJ_VER="`lvu version perl |cut -c 1`"
+ PERL_VER="`lvu version perl`"
+ PERL_SO_PATH="/usr/lib/perl$PERL_MAJ_VER/$PERL_VER/`arch`-linux-thread-multi/CORE/"
# If you have R installed you will get the same type rebuild kick off because
# libR.so cannot be found.
R_SO_PATH="/usr/lib/R/lib "
More information about the Lunar-commits
mailing list