From 13960ea43828f98851d01d8009b59690afa49b8d Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 24 Feb 2018 14:40:12 +0000 Subject: [PATCH] Show progress while building. It doesn't show much, but it least gives an idea what it's chewing on. Approved by: maintainer (greg unrelenting technology) --- lang/crystal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile index dbbbe9e7a64f..eb91143e344d 100644 --- a/lang/crystal/Makefile +++ b/lang/crystal/Makefile @@ -31,7 +31,7 @@ GH_ACCOUNT= crystal-lang MAKE_ARGS= SHELL=sh \ LLVM_CONFIG="${LOCALBASE}/bin/llvm-config${LLVM_VERSION}" \ - FLAGS="--release --no-debug" \ + FLAGS="--release --no-debug --progress" \ EXPORTS='CRYSTAL_CONFIG_PATH="lib:${PREFIX}/lib/${PORTNAME}"' \ CRYSTAL_CACHE_DIR="${WRKDIR}/cache"