freebsd-ports/net/sipxportlib/files/patch-src_os_OsUtil.cpp
Martin Wilke 69c26a938c sipXportLib is a library of general purpose utilities and OS
abstraction APIs.  It is a necessary dependancy of the sipX project.

WWW: http://sipx-wiki.calivia.com/index.php/Main_Page

PR:		ports/107931
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2007-02-01 22:25:32 +00:00

11 lines
349 B
C++

--- ./src/os/OsUtil.cpp.orig Tue Jul 25 17:05:55 2006
+++ ./src/os/OsUtil.cpp Thu Dec 28 16:14:44 2006
@@ -426,6 +426,8 @@
platform = PLATFORM_LINUX;
#elif defined(sun) /* ] [ */
platform = PLATFORM_SOLARIS;
+#elif defined(__FreeBSD__)
+ platform = PLATFORM_FREEBSD;
#else /* ] [ */
#error Unexpected Platform/CPU type
#endif /* ] ]*/