We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934a808 + 2f17704 commit 9d54c72Copy full SHA for 9d54c72
Formula/n/ncurses.rb
@@ -52,6 +52,9 @@ def install
52
]
53
args << "--with-terminfo-dirs=#{share}/terminfo:/etc/terminfo:/lib/terminfo:/usr/share/terminfo" if OS.linux?
54
55
+ odie "`-std=gnu17` workaround should be removed!" if build.stable? && version > "6.5"
56
+ ENV.append_to_cflags "-std=gnu17" if OS.linux? && DevelopmentTools.gcc_version("gcc") >= 15
57
+
58
system "./configure", *args
59
system "make", "install"
60
make_libncurses_symlinks
0 commit comments