id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,product
90,libcaca fails to build with clang on darwin,jeremyhu,sam,"clang is stricter.  This was previously a warning with gcc, and it is now an error with clang.

--- caca/caca.h.orig	2011-07-05 00:09:51.000000000 -0700
+++ caca/caca.h	2011-07-05 00:10:10.000000000 -0700
@@ -645,7 +645,7 @@ typedef struct cucul_buffer cucul_buffer
 #       define CACA_DEPRECATED
 #   endif
 
-#   if defined __GNUC__ && __GNUC__ > 3
+#   if !defined __APPLE__ && defined __GNUC__ && __GNUC__ > 3
 #       define CACA_ALIAS(x) __attribute__ ((weak, alias(#x)))
 #   else
 #       define CACA_ALIAS(x)

",defect,closed,major,,port: OS X,SVN,fixed,,,libcaca
