[csw-devel] SF.net SVN: gar:[21725] csw/mgar/pkg/ilmbase/trunk/files/ 0002_avoid_cpu_opt_on_sparc.patch

lblume at users.sourceforge.net lblume at users.sourceforge.net
Tue Aug 13 13:40:07 CEST 2013


Revision: 21725
          http://gar.svn.sourceforge.net/gar/?rev=21725&view=rev
Author:   lblume
Date:     2013-08-13 11:40:07 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
ilmbase/trunk: Change macro used in patch

Modified Paths:
--------------
    csw/mgar/pkg/ilmbase/trunk/files/0002_avoid_cpu_opt_on_sparc.patch

Modified: csw/mgar/pkg/ilmbase/trunk/files/0002_avoid_cpu_opt_on_sparc.patch
===================================================================
--- csw/mgar/pkg/ilmbase/trunk/files/0002_avoid_cpu_opt_on_sparc.patch	2013-08-13 11:19:33 UTC (rev 21724)
+++ csw/mgar/pkg/ilmbase/trunk/files/0002_avoid_cpu_opt_on_sparc.patch	2013-08-13 11:40:07 UTC (rev 21725)
@@ -5,7 +5,7 @@
  
  
 -#ifdef HAVE_UCONTEXT_H
-+#if defined(HAVE_UCONTEXT_H) && !defined (sun)
++#if defined(HAVE_UCONTEXT_H) && !defined (__sun)
  
  
  #include <ucontext.h>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list