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-ad | |
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-ad')
-rw-r--r-- | news/crashmail/files/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/crashmail/files/patch-ad b/news/crashmail/files/patch-ad new file mode 100644 index 000000000000..f8db92da4f6e --- /dev/null +++ b/news/crashmail/files/patch-ad @@ -0,0 +1,12 @@ +diff -ur src/oslib_linux/os_linux.h src/oslib_linux/os_linux.h +--- src/oslib_linux/os_linux.h Wed May 16 01:39:05 2001 ++++ src/oslib_linux/os_linux.h Sun Jun 24 17:23:29 2001 +@@ -5,7 +5,7 @@ + #define OS_EXIT_ERROR 10 + #define OS_EXIT_OK 0 + +-#define OS_PLATFORM_NAME "Linux" ++#define OS_PLATFORM_NAME "FreeBSD" + #define OS_PATH_CHARS "/" + #define OS_CURRENT_DIR "." + |