Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 07:00:08 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326359 - head/sysutils/busybox/files
Message-ID:  <201309050700.r85708jD000326@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Sep  5 07:00:07 2013
New Revision: 326359
URL: http://svnweb.freebsd.org/changeset/ports/326359

Log:
  Attempt to fix 10-CURRENT build failure involving strchrnul.

Modified:
  head/sysutils/busybox/files/patch-include__platform.h

Modified: head/sysutils/busybox/files/patch-include__platform.h
==============================================================================
--- head/sysutils/busybox/files/patch-include__platform.h	Thu Sep  5 06:44:46 2013	(r326358)
+++ head/sysutils/busybox/files/patch-include__platform.h	Thu Sep  5 07:00:07 2013	(r326359)
@@ -1,6 +1,6 @@
---- ./include/platform.h.orig	2013-01-14 05:19:43.000000000 +0100
-+++ ./include/platform.h	2013-01-21 21:26:34.000000000 +0100
-@@ -433,6 +433,15 @@
+--- ./include/platform.h.orig	2013-06-29 17:00:01.000000000 +0200
++++ ./include/platform.h	2013-09-05 08:58:27.000000000 +0200
+@@ -433,6 +433,18 @@
  
  #if defined(__FreeBSD__)
  # undef HAVE_STRCHRNUL
@@ -12,6 +12,9 @@
 +			     stpncpy(), strnlen(), wcsnlen(),
 +			     wcscasecmp(), and wcsncasecmp() in 800067 */
 +#  endif
++#  if __FreeBSD_version >= 1000029
++#   define HAVE_STRCHRNUL 1 /* added short before 1000029 */
++#  endif
 +# endif
  #endif
  



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