pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/audacity



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 17 11:58:23 UTC 2019

Modified Files:
        pkgsrc/audio/audacity: Makefile

Log Message:
audacity: Require gcc 4.9


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/audio/audacity/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/audacity/Makefile
diff -u pkgsrc/audio/audacity/Makefile:1.120 pkgsrc/audio/audacity/Makefile:1.121
--- pkgsrc/audio/audacity/Makefile:1.120        Mon Jul 15 18:44:32 2019
+++ pkgsrc/audio/audacity/Makefile      Wed Jul 17 11:58:23 2019
@@ -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+=          automake autoreconf bash
 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