repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.fnllm: 0.0.11 -> 0.0.12 (#364582)
[NixPkgs.git]
/
pkgs
/
development
/
perl-modules
/
IO-Tty-fix-makefile.patch
blob
65c6d238bdb329714a7c38b7529b3dc134c843ab
1
diff --git a/Makefile.PL b/Makefile.PL
2
index eaf47e0..32766d7 100644
3
--- a/Makefile.PL
4
+++ b/Makefile.PL
5
@@ -146,7 +146,7 @@ extern "C"
6
/* We use char because int might match the return type of a gcc2
7
builtin and then its argument prototype would still apply. */
8
char $f ();
9
-char (*f) ();
10
+char f;
11
12
#ifdef F77_DUMMY_MAIN
13
# ifdef __cplusplus