aboutsummaryrefslogtreecommitdiff
path: root/graphics/grafx2
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2018-05-16 12:40:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2018-05-16 12:40:02 +0000
commit0e28946f3d885211e800cb18f7b665a7ca24c17e (patch)
treee81cc9100fa719ffb743d5cb792440ae77fefa01 /graphics/grafx2
parent3ab57ca1a232585ca81d6d81e13b1fc19f51cc01 (diff)
downloadports-0e28946f3d885211e800cb18f7b665a7ca24c17e.tar.gz
ports-0e28946f3d885211e800cb18f7b665a7ca24c17e.zip
Remove obsolete patch. Forgotten in previous commit.
Notes
Notes: svn path=/head/; revision=470116
Diffstat (limited to 'graphics/grafx2')
-rw-r--r--graphics/grafx2/files/patch-realpath.c11
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
-