From 0cdc1b98d11b165914ca0ddef0f0ac5a7ad519cc Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 28 Nov 2012 11:29:06 +0000 Subject: Add patchfile. Feature safe: yes --- graphics/grafx2/files/patch-realpath.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/grafx2/files/patch-realpath.c (limited to 'graphics/grafx2') 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 + #include + #include +-#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) ++#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) || defined(__FreeBSD__) + #include + #endif + -- cgit v1.2.3