]> git.stg.codes - stg.git/blobdiff - projects/sgconf/build
Fix build on Darwin.
[stg.git] / projects / sgconf / build
index e2eb835b6de59dfc4282688cd4754549fc039e94..559f53c599902cdeaa0466bfb041c4f65c7ab68f 100755 (executable)
@@ -55,7 +55,7 @@ if [ "$sys" = "Darwin" ]
 then
     OS=darwin
     ETC_DIR="./inst/freebsd/etc/stargazer"
-    MAKE="gmake"
+    MAKE="make"
 fi
 
 if [ "$OS" = "unknown" ]
@@ -94,7 +94,6 @@ else
             then
                 DEFS="$DEFS -DDARWIN"
                 LIB_THREAD=-lpthread
-                LIBICONV=""
             else
                 LIB_THREAD=-lc_r
             fi