svn commit: r545561 - branches/2020Q3/biology/paml/files

Kyle Evans kevans at FreeBSD.org
Thu Aug 20 21:11:44 UTC 2020


Author: kevans
Date: Thu Aug 20 21:11:43 2020
New Revision: 545561
URL: https://svnweb.freebsd.org/changeset/ports/545561

Log:
  MFH: r545542
  
  biology/paml: fix the build with LLVM 11
  
  LLVM 11 switched from -fcommon to -fno-common by default. This revealed a
  slight misposition of names in paml.h, which caused one symbol per enum
  that's not used anywhere.
  
  The fix just moves the names back so that the enums are named that, rather
  than creating new unused symbols.
  
  Reviewed by:	zeising
  Approved by:	jrm (maintainer)
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2020Q3/biology/paml/files/
     - copied from r545542, head/biology/paml/files/
Modified:
Directory Properties:
  branches/2020Q3/   (props changed)


More information about the svn-ports-all mailing list