]> git.pld-linux.org Git - packages/sox.git/commitdiff
- renamed gomp bcond to compiler-agnostic openmp
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2016 12:48:10 +0000 (13:48 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2016 12:48:10 +0000 (13:48 +0100)
sox.spec

index 3226770560d87667444d40e21511a1d7958fe6d6..b993fe8890f9f5fc72d4281ab03e11c35e991729 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without alsa            # ALSA support
-%bcond_without gomp            # OpenMP support
+%bcond_without openmp          # OpenMP support
 %bcond_without pulseaudio      # PulseAudio support
 %bcond_without amr             # AMR codecs (AMR-NB and AMR-WB) support
 #
@@ -35,11 +35,11 @@ URL:                http://sox.sourceforge.net/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake
 BuildRequires: flac-devel >= 1.1.3
-%{?with_gomp:BuildRequires:    gcc >= 6:4.2}
+%{?with_openmp:BuildRequires:  gcc >= 6:4.2}
 BuildRequires: ladspa-devel
 BuildRequires: lame-libs-devel >= 3.98
 BuildRequires: libao-devel
-%{?with_gomp:BuildRequires:    libgomp-devel}
+%{?with_openmp:BuildRequires:  libgomp-devel}
 BuildRequires: libgsm-devel
 BuildRequires: libid3tag-devel
 BuildRequires: libltdl-devel
@@ -194,7 +194,7 @@ bibliotekÄ™ opusfile.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_gomp:--disable-gomp} \
+       %{!?with_openmp:--disable-gomp} \
        --disable-silent-rules \
        --with-distro='PLD Linux Distribution' \
        --with-dyn-default \
This page took 0.091895 seconds and 4 git commands to generate.