[Lunar-commits] <moonbase-other> ftgl: Adjusting the BUILD to fix a DSL related make failure.
stumbles
stumbles at lunar-linux.org
Sat Oct 13 19:18:21 CEST 2012
commit ec50b7edcc0ed78e3961440f694e0eabb54c9493
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 13 Oct 2012 10:18:21 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ec50b7edcc0ed78e3961440f694e0eabb54c9493
ftgl: Adjusting the BUILD to fix a DSL related make failure.
---
video/ftgl/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/video/ftgl/BUILD
+++ b/video/ftgl/BUILD
@@ -9,7 +9,7 @@ do
fi
done &&
- LDFLAGS+=" -lm" &&
+ LDFLAGS+=" -lm -lglut -lGL" &&
default_build &&
More information about the Lunar-commits
mailing list