aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2012-11-28 19:29:06 +0800
committerehaupt <ehaupt@FreeBSD.org>2012-11-28 19:29:06 +0800
commit8fd5ba30db849dc6e8531fd701ef874aa09348f1 (patch)
tree3feceb87bb990ccbce201d4c93ca0277d7c02401 /graphics
parent2c479a05c59de37355a74fd5c586373f51e6cff4 (diff)
downloadfreebsd-ports-gnome-8fd5ba30db849dc6e8531fd701ef874aa09348f1.tar.gz
freebsd-ports-gnome-8fd5ba30db849dc6e8531fd701ef874aa09348f1.tar.zst
freebsd-ports-gnome-8fd5ba30db849dc6e8531fd701ef874aa09348f1.zip
Add patchfile.
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grafx2/files/patch-realpath.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/grafx2/files/patch-realpath.c b/graphics/grafx2/files/patch-realpath.c
new file mode 100644
index 000000000000..83665bc876ab
--- /dev/null
+++ b/graphics/grafx2/files/patch-realpath.c
@@ -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
+