]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix opensolaris build
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 3 Oct 2009 00:17:06 +0000 (00:17 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 3 Oct 2009 00:17:06 +0000 (00:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15058 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/spandsp/src/spandsp/fast_convert.h

index a8170818cd6ceecb117468a319c4d18251219c11..b6520c572494db62eb29bc49a618088f4523c9fe 100644 (file)
@@ -403,7 +403,7 @@ extern "C"
        the accuracy issues related to changing the rounding scheme are of little concern
        to us. */
 
-    #if !defined(__sgi)  &&  !defined(__sunos)  &&  !defined(__solaris)
+    #if !defined(__sgi)  &&  !defined(__sunos)  &&  !defined(__solaris) && !defined(__sun)
         #warning "No usable lrint() and lrintf() functions available."
         #warning "Replacing these functions with a simple C cast."
     #endif