aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-02-20 22:06:06 +0800
committermarino <marino@FreeBSD.org>2015-02-20 22:06:06 +0800
commit44b270e046e2fe7846c1805939d057c476a1b683 (patch)
treeed875b4bf77a0df0fdf5d543e832531d4597eab7 /x11-themes
parentebe80a3c1e93c90e93e1fb94d71bca3d4666e01d (diff)
downloadfreebsd-ports-gnome-44b270e046e2fe7846c1805939d057c476a1b683.tar.gz
freebsd-ports-gnome-44b270e046e2fe7846c1805939d057c476a1b683.tar.zst
freebsd-ports-gnome-44b270e046e2fe7846c1805939d057c476a1b683.zip
x11-themes/thewidgetfactory: #include <string.h>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/thewidgetfactory/files/patch-src_themes.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-themes/thewidgetfactory/files/patch-src_themes.c b/x11-themes/thewidgetfactory/files/patch-src_themes.c
new file mode 100644
index 000000000000..7d252a971394
--- /dev/null
+++ b/x11-themes/thewidgetfactory/files/patch-src_themes.c
@@ -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>