Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libopus audio/libopus: remove unknown configure ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc2f8f5dcadf
branches:  trunk
changeset: 430592:bc2f8f5dcadf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 02 09:58:36 2020 +0000

description:
audio/libopus: remove unknown configure option --enable-ambisonics

diffstat:

 audio/libopus/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 9f245fe5837c -r bc2f8f5dcadf audio/libopus/Makefile
--- a/audio/libopus/Makefile    Sat May 02 08:07:28 2020 +0000
+++ b/audio/libopus/Makefile    Sat May 02 09:58:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/01/26 17:30:43 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/02 09:58:36 rillig Exp $
 
 DISTNAME=      opus-1.3.1
 PKGNAME=       lib${DISTNAME}
@@ -16,8 +16,6 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
-CONFIGURE_ARGS+=       --enable-ambisonics
-
 PKGCONFIG_OVERRIDE+=   opus.pc.in
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index