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:
parent
dc214e2e0c
commit
f369faa1a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89453
13
devel/pcsc-lite/files/patch-src-tokenparser.c
Normal file
13
devel/pcsc-lite/files/patch-src-tokenparser.c
Normal 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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user