git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allowed to build on Darwin.
[stg.git]
/
projects
/
rscriptd
/
build
diff --git
a/projects/rscriptd/build
b/projects/rscriptd/build
index 5746d8226b86b89be2c8379e3bfbbbcfce218756..451e08aa14e31fd70e6b3c7d448c316817257091 100755
(executable)
--- a/
projects/rscriptd/build
+++ b/
projects/rscriptd/build
@@
-51,6
+51,13
@@
then
MAKE="gmake"
fi
MAKE="gmake"
fi
+if [ "$sys" = "Darwin" ]
+then
+ OS=darwin
+ ETC_DIR="./inst/freebsd/etc/stargazer"
+ MAKE="gmake"
+fi
+
if [ "$OS" = "unknown" ]
then
printf "#############################################################################\n"
if [ "$OS" = "unknown" ]
then
printf "#############################################################################\n"
@@
-64,7
+71,6
@@
printf " Building rscriptd for $sys $release\n"
printf "#############################################################################\n"
STG_LIBS="logger.lib
printf "#############################################################################\n"
STG_LIBS="logger.lib
- locker.lib
crypto.lib
common.lib
scriptexecuter.lib
crypto.lib
common.lib
scriptexecuter.lib
@@
-78,14
+84,19
@@
else
if [ "$OS" = "bsd" ]
then
DEFS="$DEFS -DFREE_BSD"
if [ "$OS" = "bsd" ]
then
DEFS="$DEFS -DFREE_BSD"
- LIB_THREAD=-lc_r
else
else
- DEFS="$DEFS -DFREE_BSD5"
if [ "$OS" = "bsd7" ]
then
if [ "$OS" = "bsd7" ]
then
+ DEFS="$DEFS -DFREE_BSD5"
LIB_THREAD=-lpthread
else
LIB_THREAD=-lpthread
else
- LIB_THREAD=-lc_r
+ if [ "$OS" == "darwin" ]
+ then
+ DEFS="$DEFS -DDARWIN"
+ LIB_THREAD=-lpthread
+ else
+ LIB_THREAD=-lc_r
+ fi
fi
fi
fi
fi
fi
fi