Skip to content

Commit 37ce1c1

Browse files
committed
apt: build with default compiler
1 parent 07d2fbf commit 37ce1c1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Formula/a/apt.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Apt < Formula
2424
depends_on "doxygen" => :build
2525
depends_on "gettext" => :build
2626
depends_on "libxslt" => :build
27-
depends_on "llvm" => :build if DevelopmentTools.gcc_version("/usr/bin/gcc") < 13
2827
depends_on "po4a" => :build
2928
depends_on "w3m" => :build
3029

@@ -42,11 +41,6 @@ class Apt < Formula
4241
depends_on "zlib"
4342
depends_on "zstd"
4443

45-
fails_with :gcc do
46-
version "12"
47-
cause "error: static assertion failed: Cannot construct map for key type"
48-
end
49-
5044
resource "triehash" do
5145
url "https://github.com/julian-klode/triehash/archive/refs/tags/v0.3.tar.gz"
5246
sha256 "289a0966c02c2008cd263d3913a8e3c84c97b8ded3e08373d63a382c71d2199c"
@@ -56,7 +50,6 @@ def install
5650
# Find our docbook catalog
5751
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
5852

59-
ENV.llvm_clang if DevelopmentTools.gcc_version("/usr/bin/gcc") < 13
6053
ENV.prepend_path "PATH", buildpath/"bin"
6154

6255
resource("triehash").stage do

0 commit comments

Comments
 (0)