[Lunar-commits] <moonbase> pfstools: Fixing BUILD so a lunar fix does not bark about not finding
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Jan 28 13:06:29 CET 2012
commit 2e6185bb233fa409d1fb16574b730f852f0fdfe6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 28 07:06:29 2012 -0500
pfstools: Fixing BUILD so a lunar fix does not bark about not finding
some of Octave's so files.
---
graphics/pfstools/BUILD | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/graphics/pfstools/BUILD b/graphics/pfstools/BUILD
index a0bc6ad..fa839be 100644
--- a/graphics/pfstools/BUILD
+++ b/graphics/pfstools/BUILD
@@ -1,5 +1,11 @@
(
+# So lunar fix does not bark about not finding some of octave's so files.
+ if in_depends $MODULE octave ; then
+ OPTS+=" --with-octave-dir=/usr/lib/octave/`lvu version octave` \
+ --with-octave-m-dir=/usr/share/octave/`lvu version octave`"
+ fi &&
+
# A gcc-4.x.x twiddle here.
sedit 's:tion(const char \*name):tion(char \*name):' src/filter/pfspanoramic.cpp &&
More information about the Lunar-commits
mailing list