Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2016 14:33:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429431 - head/math/cgal
Message-ID:  <201612251433.uBPEXEbn053377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Dec 25 14:33:14 2016
New Revision: 429431
URL: https://svnweb.freebsd.org/changeset/ports/429431

Log:
  - Add comment on why USE_GCC is needed
  
  Approved by:	portmgr blanket

Modified:
  head/math/cgal/Makefile

Modified: head/math/cgal/Makefile
==============================================================================
--- head/math/cgal/Makefile	Sun Dec 25 14:23:38 2016	(r429430)
+++ head/math/cgal/Makefile	Sun Dec 25 14:33:14 2016	(r429431)
@@ -30,6 +30,7 @@ SHEBANG_FILES=		scripts/cgal_create_CMak
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == i386 && ${OSVERSION} >= 1100000
+# clang internal error
 USE_GCC=	yes
 .endif
 



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