svn commit: r307902 - head/graphics/grafx2/files

Emanuel Haupt ehaupt at FreeBSD.org
Wed Nov 28 11:29:07 UTC 2012


Author: ehaupt
Date: Wed Nov 28 11:29:06 2012
New Revision: 307902
URL: http://svnweb.freebsd.org/changeset/ports/307902

Log:
  Add patchfile.
  
  Feature safe:	yes

Added:
  head/graphics/grafx2/files/
  head/graphics/grafx2/files/patch-realpath.c   (contents, props changed)

Added: head/graphics/grafx2/files/patch-realpath.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/grafx2/files/patch-realpath.c	Wed Nov 28 11:29:06 2012	(r307902)
@@ -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
+ 


More information about the svn-ports-all mailing list