svn commit: r379434 - head/x11-themes/thewidgetfactory/files
John Marino
marino at FreeBSD.org
Fri Feb 20 14:06:07 UTC 2015
Author: marino
Date: Fri Feb 20 14:06:06 2015
New Revision: 379434
URL: https://svnweb.freebsd.org/changeset/ports/379434
QAT: https://qat.redports.org/buildarchive/r379434/
Log:
x11-themes/thewidgetfactory: #include <string.h>
Added:
head/x11-themes/thewidgetfactory/files/
head/x11-themes/thewidgetfactory/files/patch-src_themes.c (contents, props changed)
Added: head/x11-themes/thewidgetfactory/files/patch-src_themes.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/thewidgetfactory/files/patch-src_themes.c Fri Feb 20 14:06:06 2015 (r379434)
@@ -0,0 +1,10 @@
+--- src/themes.c.orig 2006-03-29 09:29:47 UTC
++++ src/themes.c
+@@ -7,6 +7,7 @@
+ #include <stdlib.h>
+ #include <dirent.h>
+ #include <unistd.h>
++#include <string.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <errno.h>
More information about the svn-ports-all
mailing list