diff options
Diffstat (limited to 'mail/ftrack/files/patch-hpp__constant.hpp')
-rw-r--r-- | mail/ftrack/files/patch-hpp__constant.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ftrack/files/patch-hpp__constant.hpp b/mail/ftrack/files/patch-hpp__constant.hpp new file mode 100644 index 000000000000..1c225217a585 --- /dev/null +++ b/mail/ftrack/files/patch-hpp__constant.hpp @@ -0,0 +1,11 @@ +--- hpp/constant.hpp.orig Fri Jan 7 21:15:51 2005 ++++ hpp/constant.hpp Fri Jan 7 21:17:02 2005 +@@ -21,7 +21,7 @@ + # ifdef __LINUX__ + # define OsType "/LNX" + # elif defined(__FreeBSD__) +-# define OsType "/FBSD" ++# define OsType "/BSD" + # elif defined(sun) + # define OsType "/SUN" + # elif defined(_AIX) |