diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/festalon | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) |
Notes
Diffstat (limited to 'audio/festalon')
-rw-r--r-- | audio/festalon/files/patch-src_cputest.c (renamed from audio/festalon/files/patch-src__cputest.c) | 8 | ||||
-rw-r--r-- | audio/festalon/files/patch-src_filter.h (renamed from audio/festalon/files/patch-src__filter.h) | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/festalon/files/patch-src__cputest.c b/audio/festalon/files/patch-src_cputest.c index 313a06a7d842..c124c1c9eae9 100644 --- a/audio/festalon/files/patch-src__cputest.c +++ b/audio/festalon/files/patch-src_cputest.c @@ -1,6 +1,6 @@ ---- ./src/cputest.c.orig 2005-02-28 01:26:01.000000000 +0100 -+++ ./src/cputest.c 2010-09-28 11:21:52.000000000 +0200 -@@ -31,18 +31,33 @@ +--- src/cputest.c.orig 2005-02-28 00:26:01 UTC ++++ src/cputest.c +@@ -31,18 +31,33 @@ static int mm_support(void) { #ifdef ARCH_X86 int rval; @@ -36,7 +36,7 @@ "movl %0, %1\n\t" /* ... Toggle the ID bit in one copy and store */ -@@ -53,9 +68,6 @@ +@@ -53,9 +68,6 @@ static int mm_support(void) /* ... Get the (hopefully modified) EFLAGS */ "pushf\n\t" diff --git a/audio/festalon/files/patch-src__filter.h b/audio/festalon/files/patch-src_filter.h index d8796d68c072..4087949be93c 100644 --- a/audio/festalon/files/patch-src__filter.h +++ b/audio/festalon/files/patch-src_filter.h @@ -1,6 +1,6 @@ ---- ./src/filter.h.orig 2010-09-28 11:22:11.000000000 +0200 -+++ ./src/filter.h 2010-09-28 11:22:33.000000000 +0200 -@@ -20,6 +20,8 @@ +--- src/filter.h.orig 2005-02-27 23:39:24 UTC ++++ src/filter.h +@@ -20,6 +20,8 @@ typedef struct { #ifdef ARCH_X86 int16 coeffs_i16[NCOEFFS] __attribute__ ((aligned (8))); |