diff options
author | kris <kris@FreeBSD.org> | 2002-10-26 01:24:26 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-26 01:24:26 +0000 |
commit | d309bc27e5c656571937687bafaaf1f84990f629 (patch) | |
tree | 49936a17fb1dc50ca5efb3849909830bd7edc9ea /lang/gnustep-base | |
parent | 218756c917da3aa0aa8d3e1c4de346032e299e05 (diff) | |
download | FreeBSD-ports-d309bc27e5c656571937687bafaaf1f84990f629.zip FreeBSD-ports-d309bc27e5c656571937687bafaaf1f84990f629.tar.gz |
Add #includes needed to unbreak build on -current
Submitted by: mike
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/files/patch-NSFileManager.m | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/gnustep-base/files/patch-NSFileManager.m b/lang/gnustep-base/files/patch-NSFileManager.m new file mode 100644 index 0000000..aabedaa --- /dev/null +++ b/lang/gnustep-base/files/patch-NSFileManager.m @@ -0,0 +1,16 @@ +--- Source/NSFileManager.m.orig Fri Oct 25 11:32:59 2002 ++++ Source/NSFileManager.m Fri Oct 25 11:33:26 2002 +@@ -100,9 +100,10 @@ + + #ifdef HAVE_SYS_VFS_H + # include <sys/vfs.h> +-# ifdef HAVE_SYS_STATVFS_H +-# include <sys/statvfs.h> +-# endif ++#endif ++ ++#ifdef HAVE_SYS_STATVFS_H ++# include <sys/statvfs.h> + #endif + + #ifdef HAVE_SYS_STATFS_H |