[Lunar-commits] <moonbase> devel: Adjusting the BUILDs of grantlee and physfs.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Jun 9 11:50:25 CEST 2011
commit 5e7d4ffc0c150115d63856d1edb2012f78a1dda4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Jun 9 05:50:25 2011 -0400
devel: Adjusting the BUILDs of grantlee and physfs.
---
devel/grantlee/BUILD | 11 +----------
devel/physfs/BUILD | 17 +++--------------
2 files changed, 4 insertions(+), 24 deletions(-)
diff --git a/devel/grantlee/BUILD b/devel/grantlee/BUILD
index 95d4fec..bd4c265 100644
--- a/devel/grantlee/BUILD
+++ b/devel/grantlee/BUILD
@@ -1,14 +1,5 @@
(
- OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
-
- mkdir $OOTB_DIR &&
- cd $OOTB_DIR &&
-
- cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE \
- $OPTS &&
-
- default_make
+ default_cmake_build
) > $C_FIFO 2>&1
diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD
index 0c80c57..325ac7c 100644
--- a/devel/physfs/BUILD
+++ b/devel/physfs/BUILD
@@ -7,19 +7,8 @@
# /usr/src/physfs-2.0.0/archivers/zip.c:378: error: 'extra[0u]' may be used uninitialized in this function
sedit "s:-Werror::" CMakeLists.txt &&
- OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
-
-
- mkdir $OOTB_DIR &&
- cd $OOTB_DIR &&
-
- cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE \
- -DPHYSFS_BUILD_WX_TEST=FALSE \
- -DPHYSFS_BUILD_TEST=FALSE \
- $OPTS &&
-
-
- default_make
+ OPTS+=" -DPHYSFS_BUILD_WX_TEST=FALSE -DPHYSFS_BUILD_TEST=FALSE" &&
+
+ default_cmake_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list