···11+diff --git a/Makefile.PL b/Makefile.PL
22+index eaf47e0..32766d7 100644
33+--- a/Makefile.PL
44++++ b/Makefile.PL
55+@@ -146,7 +146,7 @@ extern "C"
66+ /* We use char because int might match the return type of a gcc2
77+ builtin and then its argument prototype would still apply. */
88+ char $f ();
99+-char (*f) ();
1010++char f;
1111+1212+ #ifdef F77_DUMMY_MAIN
1313+ # ifdef __cplusplus
+1
pkgs/top-level/perl-packages.nix
···1295012950 url = "mirror://cpan/authors/id/T/TO/TODDR/IO-Tty-1.17.tar.gz";
1295112951 hash = "sha256-pfGoMCC8W13WwbVw9Ix1RuCo9/rBCgaHQLA5Ja2eFOg=";
1295212952 };
1295312953+ patches = [ ../development/perl-modules/IO-Tty-fix-makefile.patch ];
1295312954 doCheck = !stdenv.isDarwin; # openpty fails in the sandbox
1295412955 meta = {
1295512956 description = "Low-level allocate a pseudo-Tty, import constants";