Author: hawk Date: Sun Jun 21 16:24:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - fix for x86_64
---- Files affected: packages/soundtouch: soundtouch-x86_64.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/soundtouch/soundtouch-x86_64.patch diff -u /dev/null packages/soundtouch/soundtouch-x86_64.patch:1.1 --- /dev/null Sun Jun 21 18:24:58 2009 +++ packages/soundtouch/soundtouch-x86_64.patch Sun Jun 21 18:24:53 2009 @@ -0,0 +1,12 @@ +diff -ur soundtouch.orig/include/STTypes.h soundtouch/include/STTypes.h +--- soundtouch.orig/include/STTypes.h 2009-01-25 17:32:53.000000000 +0100 ++++ soundtouch/include/STTypes.h 2009-06-21 18:23:27.352532633 +0200 +@@ -87,7 +87,7 @@ + + #endif + +- #if (WIN32 || __i386__ || __x86_64__) ++ #if (WIN32 || __i386__) + /// Define this to allow X86-specific assembler/intrinsic optimizations. + /// Notice that library contains also usual C++ versions of each of these + /// these routines, so if you're having difficulties getting the optimized ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
