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.
This commit is contained in:
parent
d66cf4d7fd
commit
7439ffcad9
1 changed files with 1 additions and 2 deletions
|
@ -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_LANGUAGES= c c++
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue