Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/jack-audio-connection-kit/files: jack-audio-connection-kit-freebsd.patch
Date: Tue, 29 May 2012 15:20:35
Message-Id: 20120529152020.B495A2004B@flycatcher.gentoo.org
1 aballier 12/05/29 15:20:20
2
3 Added: jack-audio-connection-kit-freebsd.patch
4 Log:
5 update freebsd support and keyword ~amd64-fbsd
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-freebsd.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-freebsd.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-freebsd.patch?rev=1.1&content-type=text/plain
14
15 Index: jack-audio-connection-kit-freebsd.patch
16 ===================================================================
17 --- jack-audio-connection-kit-0.121.3/configure.old 2012-05-29 11:10:22.000000000 -0400
18 +++ jack-audio-connection-kit-0.121.3/configure 2012-05-29 11:10:46.000000000 -0400
19 @@ -14903,7 +14903,9 @@
20 freebsd*)
21 # current FreeBSD header files conflict with the OSS driver's
22 # barrier code, this may be fixed in 5.3, stay tuned.
23 - USE_BARRIER="no"
24 + # USE_BARRIER="no"
25 + TRY_POSIX_SHM=yes
26 + HOST_DEFAULT_TMP_DIR=/tmp
27 ;;
28 openbsd*)
29 # pthread_barrier* not implemented