On Oct 13, 2011, at 12:35 PM, Jack Howarth wrote: > FYI, the problems with cdrtools building under Lion should be resolved with > Xcode 4.2. > While I haven't tested that package yet, the underlying build issue with > smake contained > in cdrtools is now fixed. The attached packaging builds smake without > failures under > Xcode 4.2 (whereas Xcode 4.1 will hang the test avoffset). Nice. > Jack > ps Of course the cdrtools package in 10.7 stable will need a BuildDepends of > xcode (>= 4.2).
I already have an smake 1.2.1 package in 10.7/stable that builds with both Xcode 4.1 and 4.2. The patch I use is diff -ru smake-1.2.1.orig/include/schily/mconfig.h smake-1.2.1/include/schily/mconfig.h --- smake-1.2.1.orig/include/schily/mconfig.h 2009-10-17 14:52:18.000000000 -0400 +++ smake-1.2.1/include/schily/mconfig.h 2011-08-22 19:37:56.000000000 -0400 @@ -150,6 +150,11 @@ #endif #endif +/* Build hangs when using LLVM unless we disable SCANSTACK */ +#ifdef __llvm__ +# undef HAVE_SCANSTACK +#endif + /* * Allow to overwrite the defines in the makefiles by calling * I could make the patch conditional on clang version I guess, but I don't know if it's worth it. Daniel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel