[Lunar-commits] <moonbase> ftgl: Adjusting the BUILD, it does not install all required header files.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 14 01:10:43 CET 2011


commit 22bb14e4c86915e7ba76bae65c702ae07c0a1da0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Dec 13 19:10:43 2011 -0500

    ftgl: Adjusting the BUILD, it does not install all required header files.
---
 video/ftgl/BUILD |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/video/ftgl/BUILD b/video/ftgl/BUILD
index 53c7f15..836384f 100644
--- a/video/ftgl/BUILD
+++ b/video/ftgl/BUILD
@@ -9,6 +9,10 @@ do
   fi
 done &&
 
-  default_build
+  LDFLAGS+=" -lm" &&
+
+  default_build &&
+
+  install `find src -name "*.h" -print` /usr/include/FTGL
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list