summaryrefslogtreecommitdiff
path: root/audio/wavpack
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/wavpack
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'audio/wavpack')
-rw-r--r--audio/wavpack/files/patch-src_wavpack__local.h (renamed from audio/wavpack/files/patch-src__wavpack_local.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/wavpack/files/patch-src__wavpack_local.h b/audio/wavpack/files/patch-src_wavpack__local.h
index d86d02371062..fb3e9cb4991a 100644
--- a/audio/wavpack/files/patch-src__wavpack_local.h
+++ b/audio/wavpack/files/patch-src_wavpack__local.h
@@ -1,5 +1,5 @@
---- ./src/wavpack_local.h.orig 2009-12-01 04:24:50.000000000 +0000
-+++ ./src/wavpack_local.h 2012-09-12 21:12:47.161974704 +0100
+--- src/wavpack_local.h.orig 2009-12-01 04:24:50 UTC
++++ src/wavpack_local.h
@@ -11,6 +11,10 @@
#ifndef WAVPACK_LOCAL_H
#define WAVPACK_LOCAL_H
@@ -11,7 +11,7 @@
#if defined(WIN32)
#define FASTCALL __fastcall
#else
-@@ -768,7 +772,7 @@
+@@ -768,7 +772,7 @@ typedef short __m64_16 __attribute__ ((_
#define _m_paddd(m1, m2) __builtin_ia32_paddd (m1, m2)
#define _m_pcmpeqd(m1, m2) __builtin_ia32_pcmpeqd (m1, m2)