diff options
author | John Marino <marino@FreeBSD.org> | 2015-02-20 14:06:06 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-02-20 14:06:06 +0000 |
commit | 842cc113e67e86a5f9a55fa253e0a948da7b87c8 (patch) | |
tree | ed875b4bf77a0df0fdf5d543e832531d4597eab7 /x11-themes | |
parent | d859043302955b056934cc498d7a3d7325353067 (diff) | |
download | ports-842cc113e67e86a5f9a55fa253e0a948da7b87c8.tar.gz ports-842cc113e67e86a5f9a55fa253e0a948da7b87c8.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/thewidgetfactory/files/patch-src_themes.c | 10 |
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> |