pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/sox



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Mar 12 22:56:43 UTC 2020

Modified Files:
        pkgsrc/audio/sox: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/audio/sox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/sox/Makefile
diff -u pkgsrc/audio/sox/Makefile:1.66 pkgsrc/audio/sox/Makefile:1.67
--- pkgsrc/audio/sox/Makefile:1.66      Sun Jan 26 05:26:13 2020
+++ pkgsrc/audio/sox/Makefile   Thu Mar 12 22:56:42 2020
@@ -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
 



Home | Main Index | Thread Index | Old Index