diff options
author | ale <ale@FreeBSD.org> | 2010-01-19 18:56:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-19 18:56:11 +0800 |
commit | 7d5e2c03982916f277bc697be43912961aae175e (patch) | |
tree | 6699e505c231c5ccd6195a3e4a8b83ef2dcfab43 /devel | |
parent | 65188ea1a8480459e7d8a8f836fde191b0b44f84 (diff) | |
download | freebsd-ports-gnome-7d5e2c03982916f277bc697be43912961aae175e.tar.gz freebsd-ports-gnome-7d5e2c03982916f277bc697be43912961aae175e.tar.zst freebsd-ports-gnome-7d5e2c03982916f277bc697be43912961aae175e.zip |
Fix build on current (remove inclusion of utmp.h).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/motor/files/patch-kksystr_include_kkiproc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/motor/files/patch-kksystr_include_kkiproc.h b/devel/motor/files/patch-kksystr_include_kkiproc.h new file mode 100644 index 000000000000..5d948b129c06 --- /dev/null +++ b/devel/motor/files/patch-kksystr_include_kkiproc.h @@ -0,0 +1,12 @@ +--- kksystr/include/kkiproc.h.orig 2010-01-19 11:48:25.000000000 +0100 ++++ kksystr/include/kkiproc.h 2010-01-19 11:48:55.000000000 +0100 +@@ -9,7 +9,9 @@ + #include <string.h> + #include <sys/stat.h> + #include <sys/types.h> ++#ifdef __linux__ + #include <utmp.h> ++#endif + #include <string.h> + #include <ctype.h> + |