From: Maxim Mamontov Date: Sun, 13 Nov 2016 02:12:39 +0000 (-0500) Subject: Fix build on Darwin. X-Git-Tag: 2.409~37^2~2 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/71524cea5b1835b570a4a5a20616bda06a1f5aa2 Fix build on Darwin. --- diff --git a/projects/libs/build b/projects/libs/build index bc615505..4c1fce9b 100755 --- a/projects/libs/build +++ b/projects/libs/build @@ -107,7 +107,6 @@ else if [ "$OS" == "darwin" ] then DEFS="$DEFS -DDARWIN" - LIBICONV="" fi fi fi diff --git a/projects/rscriptd/build b/projects/rscriptd/build index a2926ed0..995a9373 100755 --- a/projects/rscriptd/build +++ b/projects/rscriptd/build @@ -95,7 +95,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/sgauth/build b/projects/sgauth/build index cef1da1d..5f8821b0 100755 --- a/projects/sgauth/build +++ b/projects/sgauth/build @@ -97,7 +97,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/sgconf/build b/projects/sgconf/build index e2eb835b..7ac18e3c 100755 --- a/projects/sgconf/build +++ b/projects/sgconf/build @@ -94,7 +94,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/sgconv/build b/projects/sgconv/build index 1bc23718..5fa0f23c 100755 --- a/projects/sgconv/build +++ b/projects/sgconv/build @@ -100,7 +100,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/stargazer/build b/projects/stargazer/build index 80d17d00..1fbb8a98 100755 --- a/projects/stargazer/build +++ b/projects/stargazer/build @@ -132,7 +132,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi