diff --git a/dev-lang/bacon/bacon-5.0.1.recipe b/dev-lang/bacon/bacon-5.0.1.recipe index cf973e9ad..b2ce80a0a 100644 --- a/dev-lang/bacon/bacon-5.0.1.recipe +++ b/dev-lang/bacon/bacon-5.0.1.recipe @@ -52,6 +52,8 @@ BUILD() { runConfigure --omit-dirs binDir ./configure \ --bindir=$commandBinDir + # Stops the recipe from halting, waiting for user interaction. + # (asks if the user wants to see a report about some deprecation warnings) echo 'n' | make }