mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
processing utilities. 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>
11 lines
349 B
C++
11 lines
349 B
C++
--- ./src/net/SipUserAgent.cpp.orig Thu Dec 28 17:59:14 2006
|
|
+++ ./src/net/SipUserAgent.cpp Thu Dec 28 18:00:20 2006
|
|
@@ -83,6 +83,8 @@
|
|
# define PLATFORM_UA_PARAM " (Linux)"
|
|
#elif defined(sun)
|
|
# define PLATFORM_UA_PARAM " (Solaris)"
|
|
+#elif defined(__FreeBSD__)
|
|
+# define PLATFORM_UA_PARAM " (FreeBSD)"
|
|
#endif
|
|
#endif /* PLATFORM_UA_PARAM */
|
|
|