Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 21:11:44 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r545561 - branches/2020Q3/biology/paml/files
Message-ID:  <202008202111.07KLBiBF053359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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