diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-01 22:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-01 22:27:31 +0000 |
commit | d5a65bb450cd81ad39c0a3ff4b9662f7df1f2c2e (patch) | |
tree | 33e77dcc7fe0d018291235910cbb27a1b004bf04 /net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp | |
parent | sipXportLib is a library of general purpose utilities and OS (diff) |
sipXportLib is a library of SIP related functions and information
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>
Notes
Notes:
svn path=/head/; revision=183896
Diffstat (limited to 'net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp')
-rw-r--r-- | net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp b/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp new file mode 100644 index 000000000000..285fae08016e --- /dev/null +++ b/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp @@ -0,0 +1,11 @@ +--- ./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 */ + |