diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-21 12:08:12 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-21 12:08:12 +0000 |
commit | eabe539c4a04a46fc2002965d38e279e91a38ab6 (patch) | |
tree | 7d0aee1486f55ec9c3d2beb3fbb9cb673155c35e /news/crashmail/files/patch-ac | |
parent | Fix qmake configure (diff) |
New port: Crashmail II (FTN mail tosser)
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=73719
Diffstat (limited to 'news/crashmail/files/patch-ac')
-rw-r--r-- | news/crashmail/files/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/news/crashmail/files/patch-ac b/news/crashmail/files/patch-ac new file mode 100644 index 000000000000..39ba61f64e47 --- /dev/null +++ b/news/crashmail/files/patch-ac @@ -0,0 +1,16 @@ +--- src/shared/types.h.orig Wed May 16 00:39:05 2001 ++++ src/shared/types.h Tue Jan 21 17:59:12 2003 +@@ -2,8 +2,12 @@ + #define SHARED_TYPES_H + + #ifdef PLATFORM_LINUX +-#define NO_TYPEDEF_ULONG + #define NO_TYPEDEF_USHORT ++#if defined(__FreeBSD__) ++#include <sys/types.h> ++#else ++#define NO_TYPEDEF_ULONG ++#endif + #endif + + #ifndef NO_TYPEDEF_ULONG |