Index: head/biology/bowtie/files/patch-processor__support.h =================================================================== --- head/biology/bowtie/files/patch-processor__support.h (nonexistent) +++ head/biology/bowtie/files/patch-processor__support.h (revision 541191) @@ -0,0 +1,11 @@ +--- processor_support.h.orig 2020-07-04 10:42:26 UTC ++++ processor_support.h +@@ -49,7 +49,7 @@ class ProcessorSupport { (public) + #elif defined(USING_GCC_COMPILER) + __get_cpuid(0x1, ®s.EAX, ®s.EBX, ®s.ECX, ®s.EDX); + #else +- std::cerr << “ERROR: please define __cpuid() for this build.\n”; ++ std::cerr << "ERROR: please define __cpuid() for this build.\n"; + assert(0); + #endif + if( !( (regs.ECX & BIT(20)) && (regs.ECX & BIT(23)) ) ) return false; Property changes on: head/biology/bowtie/files/patch-processor__support.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property