SOURCES: ortp-sparc.patch (NEW) - sparc is not always solaris

qboosh qboosh at pld-linux.org
Thu May 17 00:04:39 CEST 2007


Author: qboosh                       Date: Wed May 16 22:04:39 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sparc is not always solaris

---- Files affected:
SOURCES:
   ortp-sparc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ortp-sparc.patch
diff -u /dev/null SOURCES/ortp-sparc.patch:1.1
--- /dev/null	Thu May 17 00:04:39 2007
+++ SOURCES/ortp-sparc.patch	Thu May 17 00:04:34 2007
@@ -0,0 +1,11 @@
+--- ortp-0.11.0/src/stun.c.orig	2006-09-12 19:21:29.000000000 +0000
++++ ortp-0.11.0/src/stun.c	2007-05-16 22:10:01.627522569 +0000
+@@ -758,7 +758,7 @@
+       asm("rdtsc" : "=A" (tick));
+ #elif defined(__GNUC__) && defined(__amd64__)
+       asm("rdtsc" : "=A" (tick));
+-#elif defined (__SUNPRO_CC) || defined( __sparc__ )	
++#elif defined (__SUNPRO_CC) && defined( __sparc__ )
+       tick = gethrtime();
+ #elif defined(__MACH__) 
+       {
================================================================


More information about the pld-cvs-commit mailing list