diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-01 10:22:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-01 10:22:46 +0000 |
commit | aef08ccdcaf401b98bf978cdbd335d7b47ab6230 (patch) | |
tree | dec673f0130cb58b34ac6277ed506fc62d87a1bc /audio/audacity/files/patch-configure.ac | |
parent | cfd695984e51350bda1a5ad8029fa217a28f6ce5 (diff) | |
download | ports-aef08ccdcaf401b98bf978cdbd335d7b47ab6230.tar.gz ports-aef08ccdcaf401b98bf978cdbd335d7b47ab6230.zip |
Notes
Diffstat (limited to 'audio/audacity/files/patch-configure.ac')
-rw-r--r-- | audio/audacity/files/patch-configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audacity/files/patch-configure.ac b/audio/audacity/files/patch-configure.ac index 38cc5dd206f8..489f79e86e93 100644 --- a/audio/audacity/files/patch-configure.ac +++ b/audio/audacity/files/patch-configure.ac @@ -1,12 +1,12 @@ ---- configure.ac.orig 2016-01-08 22:05:48 UTC +--- configure.ac.orig 2016-01-08 22:05:48 UTC +++ configure.ac -@@ -235,20 +236,7 @@ +@@ -235,20 +235,7 @@ dnl Solaris builds, by defining HAVE_ALLOCA_H AC_CHECK_HEADERS_ONCE(alloca.h) - -dnl Enable C++ 11 support. Use gnu++11 on GCC since wxWidgets uses extensions --if test "${ax_cv_c_compiler_vendor}" = "gnu"; then +-if "${CXX}" -v 2>&1 | grep -q '^gcc version'; then - - dnl GCC < 4.9 has known bugs (#1397) and can't be used - AX_GCC_VERSION_ATLEAST(4,9,0,[gcc_ok=yes], [gcc_ok=no]) |