Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 11:29:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307902 - head/graphics/grafx2/files
Message-ID:  <201211281129.qASBT6Aw015051@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211281129.qASBT6Aw015051>