[Lunar-commits] <moonbase> hugin: version 0.8.0

Samuel Verstraete elangelo at lunar-linux.org
Tue Sep 8 09:41:30 CEST 2009


commit c3d895581dffb1355f68c0f8747e4e62eb21f94a
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Tue Sep 8 09:41:30 2009 +0200

    hugin: version 0.8.0
---
 graphics/hugin/BUILD |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/hugin/BUILD b/graphics/hugin/BUILD
index de1e107..d635f59 100644
--- a/graphics/hugin/BUILD
+++ b/graphics/hugin/BUILD
@@ -1,8 +1,9 @@
 (
-
-
+ if ! in_depends wxGTK mesa-lib ; then
+  message "${PROBLEM_COLOR}Error: ${DEFAULT_COLOR}Compile wxGTK with OpenGL support"
+ else
   cmake -DCMAKE_INSTALL_PREFIX=/usr &&
   sedit s at CMAKE_EXE_LINKER_FLAGS:STRING=@CMAKE_EXE_LINKER_FLAGS:STRING=-lpthread@ CMakeCache.txt &&
   default_make
-
+ fi 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list