[Lunar-commits] <moonbase-other> ftgl: fix build
v4hn
me at v4hn.de
Mon Dec 3 18:19:47 CET 2012
commit e4dae2f8064c80f28539e274e408b3c02373e8cb
Author: v4hn <me at v4hn.de>
Date: Mon, 03 Dec 2012 09:19:47 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/e4dae2f8064c80f28539e274e408b3c02373e8cb
ftgl: fix build
---
video/ftgl/BUILD | +3/-8
1 file changed, 3 insertions(+), 8 deletions(-)
--- a/video/ftgl/BUILD
+++ b/video/ftgl/BUILD
@@ -1,15 +1,10 @@
(
-ndrivers="NVIDIA NVIDIA-old NVIDIA-legacy NVIDIA-beta NVIDIA-fx"
-for driver in $ndrivers
-do
- if module_installed $driver; then
+ if module_installed NVIDIA; then
OPTS+=" --with-gl-lib=/usr/lib/opengl/nvidia/"
- break
- fi
-done &&
+ fi &&
- LDFLAGS+=" -lm -lglut -lGL" &&
+ LDFLAGS+=" -lGL -lGLU -lglut -lm" &&
default_build &&
More information about the Lunar-commits
mailing list