depot/pkgs/development/perl-modules/IO-Tty-fix-makefile.patch
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

13 lines
353 B
Diff

diff --git a/Makefile.PL b/Makefile.PL
index eaf47e0..32766d7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -146,7 +146,7 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $f ();
-char (*f) ();
+char f;
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus