[Lunar-commits] <moonbase> physfs: This is the way it should be done. Thanks to v4hn.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Jan 4 16:30:34 CET 2009


commit 4df99a48ca49263abf266b4abb1460c7162fa6d7
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 4 10:30:34 2009 -0500

    physfs: This is the way it should be done. Thanks to v4hn.
---
 devel/physfs/BUILD |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD
index e995f65..09b87f3 100644
--- a/devel/physfs/BUILD
+++ b/devel/physfs/BUILD
@@ -1,8 +1,6 @@
 (
 
-  sedit "/test_physfs/d" CMakeLists.txt &&
-
-  cmake -DCMAKE_INSTALL_PREFIX:=/usr &&
+  cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE &&
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list