diff options
Diffstat (limited to 'multimedia/mjpegtools/patches/patch-ab')
-rw-r--r-- | multimedia/mjpegtools/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/mjpegtools/patches/patch-ab b/multimedia/mjpegtools/patches/patch-ab deleted file mode 100644 index a6966ddc9f1..00000000000 --- a/multimedia/mjpegtools/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2006/06/21 18:29:18 drochner Exp $ - ---- utils/cpu_accel.c.orig 2006-06-21 20:18:47.000000000 +0200 -+++ utils/cpu_accel.c -@@ -117,7 +117,7 @@ static int x86_accel (void) - /* Slightly weirdified cpuid that preserves the ebx and edi required - by gcc for PIC offset table and frame pointer */ - --#ifdef __LP64__ -+#if defined(__LP64__) || defined(_LP64) - # define REG_b "rbx" - # define REG_S "rsi" - #else |