From 12d6f2f5329bb2c316c388258f486040b3ea502a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 24 Mar 2015 13:28:34 +0100 Subject: [PATCH] scripts/Programming/Tcl/build: compile with system compiler --- scripts/Programming/Tcl/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Programming/Tcl/build b/scripts/Programming/Tcl/build index 402004d..6aa8add 100755 --- a/scripts/Programming/Tcl/build +++ b/scripts/Programming/Tcl/build @@ -21,7 +21,9 @@ function em.post_install() { { cd "${PREFIX}"/bin && rm -f tclsh && ln -fs tclsh${V%.*} tclsh; }; } +# use system's cc +declare CC=cc + em.add_to_family 'Programming' em.set_docfiles 'license.terms' 'README' -em.set_build_dependencies "${COMPILER}" em.make_all