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

(-)p5-IO-Tty/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	IO-Tty
1
PORTNAME=	IO-Tty
2
PORTVERSION=	1.20
2
PORTVERSION=	1.20
3
PORTREVISION=	1
3
CATEGORIES=	devel perl5
4
CATEGORIES=	devel perl5
4
MASTER_SITES=	CPAN
5
MASTER_SITES=	CPAN
5
PKGNAMEPREFIX=	p5-
6
PKGNAMEPREFIX=	p5-
(-)p5-IO-Tty/files/patch-Makefile.PL (-11 lines)
Lines 1-11 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 276535