Skip to content

Commit 18d405a

Browse files
authored
Merge pull request #245857 from Homebrew/libprelude-arm64-linux
libprelude: update test, add disable date
2 parents d498915 + 45a7a67 commit 18d405a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/lib/libprelude.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Libprelude < Formula
2323
# shows libprelude has been dropped by Fedora, Gentoo and pkgsrc.
2424
# Last release on 2020-09-11
2525
deprecate! date: "2024-11-04", because: :unmaintained
26+
disable! date: "2025-11-04", because: :unmaintained
2627

2728
depends_on "pkgconf" => :build
2829
depends_on "[email protected]" => [:build, :test]
@@ -75,7 +76,7 @@ def install
7576
(testpath/"test.c").write <<~C
7677
#include <libprelude/prelude.h>
7778
78-
int main(int argc, const char* argv[]) {
79+
int main(int argc, char* argv[]) {
7980
int ret = prelude_init(&argc, argv);
8081
if ( ret < 0 ) {
8182
prelude_perror(ret, "unable to initialize the prelude library");

0 commit comments

Comments
 (0)