pkgsrc/lang/p2c/patches/patch-ab
dholland f25bee23a2 Assorted fixes:
- explain why we need post-extract chmods
 - sort PLIST
 - add patch comments
 - clean up some pkglint
 - fix a symbol name conflict with logf (from math.h + a gcc builtin)
 - fix some other bugs/issues found by gcc
 - add standard headers
 - remove some bogus BSD/System V include probing
 - probably fix gcc 4.5 build (not fully tested)
 - bump PKGREVISION
2011-12-18 16:54:08 +00:00

14 lines
230 B
Text

$NetBSD: patch-ab,v 1.3 2011/12/18 16:54:09 dholland Exp $
- use standard headers
--- p2clib.c.orig Wed Apr 24 22:30:49 1991
+++ p2clib.c Wed Dec 8 10:47:00 1999
@@ -9,6 +9,7 @@
+#include <limits.h>
#include "p2c.h"