1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

- Add the patch to fix build on -stable

Forgotten by:	daichi, maintainer
This commit is contained in:
Kirill Ponomarev 2003-09-26 14:02:40 +00:00
parent dc214e2e0c
commit f369faa1a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89453

View File

@ -0,0 +1,13 @@
--- src/tokenparser.c.orig Fri Sep 26 15:53:22 2003
+++ src/tokenparser.c Fri Sep 26 15:53:40 2003
@@ -20,7 +20,10 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
+#include <osreldate.h>
+#if __FreeBSD_version >= 500028
#include <stdint.h> /* May break IA64 test-noansi-r */
+#endif
/* end standard C headers. */