summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/sox/sox-14.3.0.ebuild')
-rw-r--r--media-sound/sox/sox-14.3.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/sox/sox-14.3.0.ebuild b/media-sound/sox/sox-14.3.0.ebuild
index 9393a898e73e..202896de89c2 100644
--- a/media-sound/sox/sox-14.3.0.ebuild
+++ b/media-sound/sox/sox-14.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.3.0.ebuild,v 1.12 2011/04/03 11:07:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.3.0.ebuild,v 1.13 2011/08/18 20:43:52 mattst88 Exp $
inherit flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sox/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="alsa ao debug encode ffmpeg flac id3tag ladspa mad ogg oss png pulseaudio sndfile wavpack"
+IUSE="alsa ao debug encode ffmpeg flac id3tag ladspa mad ogg openmp oss png pulseaudio sndfile wavpack"
RDEPEND="alsa? ( media-libs/alsa-lib )
encode? ( media-sound/lame )
@@ -36,6 +36,7 @@ src_compile () {
econf $(use_with alsa) \
$(use_enable debug) \
+ $(use_enable openmp gomp) \
$(use_with ao) \
$(use_with oss) \
$(use_with encode lame) \