Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 02:13:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493735 - head/devel/nuitka/files
Message-ID:  <201902240213.x1O2DWXK044314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 24 02:13:31 2019
New Revision: 493735
URL: https://svnweb.freebsd.org/changeset/ports/493735

Log:
  Remove gcc version patch
  
  This port builds fine on PowerPC without it.
  
  Tested by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons

Modified: head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons
==============================================================================
--- head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons	Sun Feb 24 01:41:01 2019	(r493734)
+++ head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons	Sun Feb 24 02:13:31 2019	(r493735)
@@ -12,17 +12,3 @@
      clang_mode = True
  
  # MinGW compiler mode, optional and interesting to Windows only.
-@@ -751,11 +752,11 @@ if gcc_mode and "clang" not in the_cc_na
-     # binary if it's not high enough. This is esp. useful under Debian which
-     # allows all compiler to exist next to each other and where g++ might not be
-     # good enough, but g++-4.5 would be.
--    if gcc_version < "4.4":
-+    if gcc_version < "4.2.1":
-         sys.exit(
-             """\
- The gcc compiler %s (version %s) doesn't have the sufficient \
--version (>= 4.4)."""
-+version (>= 4.2.1)."""
-             % (the_compiler, gcc_version)
-         )
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902240213.x1O2DWXK044314>