pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/audacity audacity: Require gcc 4.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91eecff0135c
branches:  trunk
changeset: 336547:91eecff0135c
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 17 11:58:23 2019 +0000

description:
audacity: Require gcc 4.9

diffstat:

 audio/audacity/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 1fc9f04157f9 -r 91eecff0135c audio/audacity/Makefile
--- a/audio/audacity/Makefile   Wed Jul 17 11:20:54 2019 +0000
+++ b/audio/audacity/Makefile   Wed Jul 17 11:58:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2019/07/15 18:44:32 nia Exp $
+# $NetBSD: Makefile,v 1.121 2019/07/17 11:58:23 nia Exp $
 
 DISTNAME=              audacity-2.3.2
 CATEGORIES=            audio
@@ -21,9 +21,14 @@
 USE_TOOLS+=            gmake intltool msgfmt msgmerge pkg-config
 USE_TOOLS+=            xgettext zip:run
 USE_LANGUAGES=         c c++
+# configure: error: Audacity requires at least GCC 4.9
+GCC_REQD+=             4.9
+
 WRAPPER_SHELL=         ${BASH}
 CONFIG_SHELL=          ${BASH}
+
 GNU_CONFIGURE=         yes
+
 CONFIGURE_ARGS+=       --enable-nyquist=yes
 CONFIGURE_ARGS+=       --with-expat=system
 CONFIGURE_ARGS+=       --with-ffmpeg=system



Home | Main Index | Thread Index | Old Index