aboutsummaryrefslogtreecommitdiff
path: root/graphics/grafx2
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-28 11:29:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-28 11:29:06 +0000
commit0cdc1b98d11b165914ca0ddef0f0ac5a7ad519cc (patch)
tree3feceb87bb990ccbce201d4c93ca0277d7c02401 /graphics/grafx2
parent9937431b87a1de53b9dd4a19763f3dc8905fa657 (diff)
downloadports-0cdc1b98d11b165914ca0ddef0f0ac5a7ad519cc.tar.gz
ports-0cdc1b98d11b165914ca0ddef0f0ac5a7ad519cc.zip
Add patchfile.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=307902
Diffstat (limited to 'graphics/grafx2')
-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
+