diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-21 06:42:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-21 06:42:37 +0000 |
commit | fb19ccbad6aa8478c3582456dc3d5b92ed311c51 (patch) | |
tree | 0e8918b54569913356c7b51d7cd377fa7fc1c52b /sysutils/nautilus/patches | |
parent | 872838a44839401567a12a8994112b2b0693e805 (diff) | |
download | pkgsrc-fb19ccbad6aa8478c3582456dc3d5b92ed311c51.tar.gz |
Add <sys/types.h> to fix building on FreeBSD, reported by Michal
Pasternak in PR pkg/24287.
Diffstat (limited to 'sysutils/nautilus/patches')
-rw-r--r-- | sysutils/nautilus/patches/patch-ah | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/nautilus/patches/patch-ah b/sysutils/nautilus/patches/patch-ah new file mode 100644 index 00000000000..e5556e4ac03 --- /dev/null +++ b/sysutils/nautilus/patches/patch-ah @@ -0,0 +1,15 @@ +$NetBSD: patch-ah,v 1.1 2004/02/21 06:42:37 xtraeme Exp $ + +--- libnautilus-private/nautilus-emblem-utils.c.orig Sun Feb 1 13:22:13 2004 ++++ libnautilus-private/nautilus-emblem-utils.c Sun Feb 1 13:22:46 2004 +@@ -23,7 +23,9 @@ + */ + + #include <config.h> +- ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include <utime.h> + #include <stdio.h> + #include <time.h> |