[Lunar-commits] <moonbase> freeglut: Adjusting the BUILD to add -lm fixing a make failure noted by Richard B. Pyne.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Dec 27 22:07:53 CET 2011
commit 32e4d0c7f50602a84c48822f453966cb93d13a39
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Dec 27 16:07:53 2011 -0500
freeglut: Adjusting the BUILD to add -lm fixing a make failure noted by Richard B. Pyne.
---
graphics/freeglut/BUILD | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/graphics/freeglut/BUILD b/graphics/freeglut/BUILD
index c5639a2..a16e2f3 100644
--- a/graphics/freeglut/BUILD
+++ b/graphics/freeglut/BUILD
@@ -1,5 +1,7 @@
(
+ LDFLAGS+=" -lm" &&
+
OPTS+=" --enable-static=no" &&
default_build
More information about the Lunar-commits
mailing list