diff options
Diffstat (limited to 'net/freewais-sf/files/patch-af')
-rw-r--r-- | net/freewais-sf/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/freewais-sf/files/patch-af b/net/freewais-sf/files/patch-af new file mode 100644 index 000000000000..b9dbd1efc76f --- /dev/null +++ b/net/freewais-sf/files/patch-af @@ -0,0 +1,14 @@ +--- lib/ftw/scandir.c.orig Sun Oct 10 17:51:58 1999 ++++ lib/ftw/scandir.c Sun Oct 10 17:52:24 1999 +@@ -12,6 +12,11 @@ + */ + + #include "config.h" ++ ++#ifdef __FreeBSD__ ++#define HAS_SCANDIR 1 ++#endif ++ + #ifndef HAS_SCANDIR + + /* |