[Lunar-commits] <moonbase> freeglut: disable static lib

Paul Bredbury brebs at lunar-linux.org
Mon Feb 21 09:22:00 CET 2011


commit 71802db8b3635d31a65ddc7f322ed408b44dbd82
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Feb 21 15:22:00 2011 +0700

    freeglut: disable static lib
    
    And -Werror is not in any Makefile.
---
 graphics/freeglut/BUILD |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/graphics/freeglut/BUILD b/graphics/freeglut/BUILD
index e9bc305..c5639a2 100644
--- a/graphics/freeglut/BUILD
+++ b/graphics/freeglut/BUILD
@@ -1,9 +1,7 @@
 (
 
-  default_config
+  OPTS+=" --enable-static=no" &&
 
-  sedit "s:-Werror::" `find . | grep Makefile` 
-
-  default_make
+  default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list