pkgsrc/audio/jack/patches/patch-ap
wiz 9bd0fe25e5 Update jack to 0.124.1.
Changes not found.

Disable simd option by default, since it breaks compilation for me on
7.99.26/amd64:

./simd.c: In function 'x86_3dnow_add2f':
./simd.c:211:3: error: impossible constraint in 'asm'
   asm volatile (
2016-02-10 09:19:22 +00:00

13 lines
303 B
Text

$NetBSD: patch-ap,v 1.4 2016/02/10 09:19:22 wiz Exp $
--- jack/types.h.orig 2013-11-30 16:24:00.000000000 +0000
+++ jack/types.h
@@ -27,7 +27,7 @@
typedef uint64_t jack_uuid_t;
-typedef int32_t jack_shmsize_t;
+typedef size_t jack_shmsize_t;
/**
* Type used to represent sample frame counts.