pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/sox audio/sox: remove unknown configure option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f386cbec4a29
branches:  trunk
changeset: 412875:f386cbec4a29
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Mar 12 22:56:42 2020 +0000

description:
audio/sox: remove unknown configure option

The option --without-gomp is no longer recognized. There is still a
GOMP_LIBS variable, but that one is deprecated as well.

diffstat:

 audio/sox/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e14ceabe4af1 -r f386cbec4a29 audio/sox/Makefile
--- a/audio/sox/Makefile        Thu Mar 12 22:53:12 2020 +0000
+++ b/audio/sox/Makefile        Thu Mar 12 22:56:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/01/26 05:26:13 rillig Exp $
+# $NetBSD: Makefile,v 1.67 2020/03/12 22:56:42 rillig Exp $
 
 DISTNAME=      sox-14.4.2
 PKGREVISION=   2
@@ -15,7 +15,6 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-gomp
 CONFIGURE_ARGS+=       --without-libltdl
 CONFIGURE_ENV+=                ac_cv_func_fmemopen=no
 



Home | Main Index | Thread Index | Old Index