From 4665b6da1c034370748a1a24615c9ce5bd75a16e Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Tue, 7 Dec 2021 21:17:33 +0100 Subject: [PATCH] easyrpg-player: depend on gcc Fixes (on Linux): Undeclared dependencies with linkage: gcc There is alreayd a "fails_with gcc 5" below, I am just adding the missing dependency --- Formula/easyrpg-player.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/easyrpg-player.rb b/Formula/easyrpg-player.rb index 824ea8f11027..aba1ed0b9a44 100644 --- a/Formula/easyrpg-player.rb +++ b/Formula/easyrpg-player.rb @@ -35,6 +35,7 @@ class EasyrpgPlayer < Formula on_linux do depends_on "pkg-config" => :build depends_on "alsa-lib" + depends_on "gcc" end fails_with gcc: "5"