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.
1 parent 49b612d commit 45a7a67Copy full SHA for 45a7a67
Formula/lib/libprelude.rb
@@ -23,6 +23,7 @@ class Libprelude < Formula
23
# shows libprelude has been dropped by Fedora, Gentoo and pkgsrc.
24
# Last release on 2020-09-11
25
deprecate! date: "2024-11-04", because: :unmaintained
26
+ disable! date: "2025-11-04", because: :unmaintained
27
28
depends_on "pkgconf" => :build
29
depends_on "[email protected]" => [:build, :test]
@@ -75,7 +76,7 @@ def install
75
76
(testpath/"test.c").write <<~C
77
#include <libprelude/prelude.h>
78
- int main(int argc, const char* argv[]) {
79
+ int main(int argc, char* argv[]) {
80
int ret = prelude_init(&argc, argv);
81
if ( ret < 0 ) {
82
prelude_perror(ret, "unable to initialize the prelude library");
0 commit comments