Files
pkgsrc-ng/net/delegate/patches/patch-rary_pstitle_c
2013-09-26 17:14:40 +02:00

16 lines
415 B
Plaintext

$NetBSD: patch-rary_pstitle_c,v 1.1 2012/06/30 07:05:08 dholland Exp $
Fix build with gcc 4.5.
--- rary/pstitle.c~ 2008-12-23 20:55:11.000000000 +0000
+++ rary/pstitle.c
@@ -25,7 +25,7 @@ int IsBOW1_5();
int FS_maybeUnix();
int PSTITLE_DISABLE;
-struct { defQStr(p); } pstitle_area;
+struct pstitle_thingy { defQStr(p); } pstitle_area;
int pstitle_size;
int pstitle_leng;
int pstitle_lengmax = 2048;