diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-05-16 12:40:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-05-16 12:40:02 +0000 |
commit | 0e28946f3d885211e800cb18f7b665a7ca24c17e (patch) | |
tree | e81cc9100fa719ffb743d5cb792440ae77fefa01 /graphics/grafx2 | |
parent | 3ab57ca1a232585ca81d6d81e13b1fc19f51cc01 (diff) |
Notes
Diffstat (limited to 'graphics/grafx2')
-rw-r--r-- | graphics/grafx2/files/patch-realpath.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/grafx2/files/patch-realpath.c b/graphics/grafx2/files/patch-realpath.c deleted file mode 100644 index 80ca5a214b15..000000000000 --- a/graphics/grafx2/files/patch-realpath.c +++ /dev/null @@ -1,11 +0,0 @@ ---- realpath.c.orig 2012-08-05 13:18:08 UTC -+++ realpath.c -@@ -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 - |