freebsd-ports/mail/ftrack/files/patch-hpp::constant.hpp
Yen-Ming Lee 92d0d120eb - update Makefile to avoid updating files in FILESDIR during building port.
PR:		follow-up of 75926
Submitted by:	maintainer
2005-01-10 09:03:18 +00:00

11 lines
351 B
C++

--- 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)