Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 12:00:34 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518006 - head/lang/gambit-c
Message-ID:  <201911201200.xAKC0YIs016009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 20 12:00:34 2019
New Revision: 518006
URL: https://svnweb.freebsd.org/changeset/ports/518006

Log:
  lang/gambit-c: fix build on GCC architectures
  
  PR:		241727
  Approved by:	olgeni (maintainer), linimon (mentor)

Modified:
  head/lang/gambit-c/Makefile

Modified: head/lang/gambit-c/Makefile
==============================================================================
--- head/lang/gambit-c/Makefile	Wed Nov 20 11:49:00 2019	(r518005)
+++ head/lang/gambit-c/Makefile	Wed Nov 20 12:00:34 2019	(r518006)
@@ -34,18 +34,12 @@ INFO=		gambit
 OPTIONS_DEFINE=	DOCS GCC
 OPTIONS_DEFAULT=GCC
 
-GCC_DESC=	Build with GCC
+GCC_DESC=	Build with GCC from ports
 
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MGCC}
-USE_GCC=	any
-.endif
-
-.if ${COMPILER_TYPE} == gcc
-# This is needed because 4.2 < gcc -v < 4.4 has optimisations that make the
-# build take more than 20Gb of virtual memory.
-CFLAGS+=	-fno-move-loop-invariants
+USE_GCC=	yes
 .endif
 
 post-patch:



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