svn commit: r429431 - head/math/cgal

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 25 14:33:15 UTC 2016


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
 


More information about the svn-ports-head mailing list