[Lunar-commits] <moonbase-other> ctl: A little clean up here and adding another missing include.
Dennis Veatch
stumbles at lunar-linux.org
Fri Aug 17 17:47:28 CEST 2012
commit 371db1017b57c43d4cc7129a4902377f775979fc
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 17 Aug 2012 08:47:28 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/371db1017b57c43d4cc7129a4902377f775979fc
ctl: A little clean up here and adding another missing include.
---
devel/ctl/BUILD +4/-5
1 files changed, 4 insertions (+), 5 deletions (-)
--- a/devel/ctl/BUILD
+++ b/devel/ctl/BUILD
@@ -1,11 +1,10 @@
(
- sed -i "65i #include <string.h>" IlmCtlMath/CtlColorSpace.cpp &&
+ sed -i "65i #include <string.h>" IlmCtlMath/CtlColorSpace.cpp IlmCtlMath/CtlColorSpace.h IlmCtl/CtlLex.cpp &&
+ sed -i "67i #include <unistd.h>" IlmCtl/CtlInterpreter.cpp &&
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- cd .. &&
- patch_it $SOURCE_CACHE/$SOURCE3 0 &&
- cd $SOURCE_DIRECTORY &&
+ patch_it $SOURCE3 1 &&
+ patch_it $SOURCE2 1 &&
default_build
More information about the Lunar-commits
mailing list