1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add patchfile.

Feature safe:	yes
This commit is contained in:
Emanuel Haupt 2012-11-28 11:29:06 +00:00
parent 9937431b87
commit 0cdc1b98d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307902

View File

@ -0,0 +1,11 @@
--- ./realpath.c.orig 2012-11-28 11:58:06.000000000 +0100
+++ ./realpath.c 2012-11-28 11:58:22.000000000 +0100
@@ -6,7 +6,7 @@
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
-#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__)
+#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) || defined(__FreeBSD__)
#include <limits.h>
#endif