svn commit: r326359 - head/sysutils/busybox/files
Matthias Andree
mandree at FreeBSD.org
Thu Sep 5 07:00:08 UTC 2013
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
More information about the svn-ports-all
mailing list