[Lunar-commits] <moonbase> physfs: slight alteration to BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Jan 3 16:21:43 CET 2009


commit 65f224c1d3b899b92e43f5066a1253f0f31cf351
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 3 10:21:43 2009 -0500

    physfs: slight alteration to BUILD.
---
 devel/physfs/BUILD |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD
index b8afad2..0dbeacb 100644
--- a/devel/physfs/BUILD
+++ b/devel/physfs/BUILD
@@ -1,5 +1,9 @@
 (
- 
+
+# Else the make fails on ccplus errors.
+  unset CXXFLAGS &&
+# end
+
   cmake -DCMAKE_INSTALL_PREFIX:=/usr &&
   default_make
 


More information about the Lunar-commits mailing list