svn commit: r518006 - head/lang/gambit-c

Piotr Kubaj pkubaj at FreeBSD.org
Wed Nov 20 12:00:35 UTC 2019


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:


More information about the svn-ports-all mailing list