View | Details | Raw Unified | Return to bug 268232
Collapse All | Expand All

(-)b/devel/p5-IO-Tty/files/patch-Makefile.PL (+11 lines)
Added Link Here
1
--- Makefile.PL.orig	2021-01-22 08:02:35 UTC
2
+++ Makefile.PL
3
@@ -146,7 +146,7 @@ char $f ();
4
 /* We use char because int might match the return type of a gcc2
5
    builtin and then its argument prototype would still apply.  */
6
 char $f ();
7
-char (*f) ();
8
+char f;
9
 
10
 #ifdef F77_DUMMY_MAIN
11
 #  ifdef __cplusplus

Return to bug 268232