[Lunar-commits] <moonbase> openvrml: A BUILD adjustment after Moe's new boost BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Feb 10 06:58:54 CET 2008


commit 1e97d13bc574a8efa1a15ce2dcc0bee8cb980e15
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Feb 10 00:58:54 2008 -0500

    openvrml: A BUILD adjustment after Moe's new boost BUILD.
---
 graphics/openvrml/BUILD |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/graphics/openvrml/BUILD b/graphics/openvrml/BUILD
index cf64327..630d93d 100644
--- a/graphics/openvrml/BUILD
+++ b/graphics/openvrml/BUILD
@@ -1,10 +1,7 @@
 (
 
-  BOOST_VER=`lvu version boost | sed "s:\.:_:g"`
-  GCC_VER=`lvu version gcc | sed "s:\.::g" | cut -c 1-2`
-
-  export BOOST_LIB_SUFFIX=-gcc$GCC_VER-mt
-  export CPPFLAGS="$CPPFLAGS -I/usr/include/boost-${BOOST_VER}"
+  export BOOST_LIB_SUFFIX=-mt
+  export CPPFLAGS="$CPPFLAGS -I/usr/include/boost"
 
   default_build
 


More information about the Lunar-commits mailing list