git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Clone the correct branch in make_tarball.
[stg.git]
/
projects
/
sgauth
/
build
diff --git
a/projects/sgauth/build
b/projects/sgauth/build
index 5f8821b0b803a7fd745898ae65cdfc8277e7787e..3e5833fc1eb0d455938784686e3c1430499814d2 100755
(executable)
--- a/
projects/sgauth/build
+++ b/
projects/sgauth/build
@@
-55,7
+55,7
@@
if [ "$sys" = "Darwin" ]
then
OS=darwin
ETC_DIR="./inst/freebsd/etc/stargazer"
- MAKE="
g
make"
+ MAKE="make"
CFLAGS="$CFLAGS -I/opt/local/include"
CXXFLAGS="$CFLAGS -I/opt/local/include"
LDFLAGS="$LDFLAGS -L/opt/local/lib"