mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
science/openbabel: Fix build with llvm16
This was a bit ambiguous as it uses USE_CXXSTD for GCC while gnu++98 for clang. However this patch was tested on 12.4-RELEASE i386/amd64, 13.1-RELEASE amd64 and MAIN amd64. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6b16cc2fe8
commit
31d49d9d42
@ -19,7 +19,7 @@ LIB_DEPENDS= libmaeparser.so:science/maeparser \
|
||||
CONFLICTS_INSTALL= babel
|
||||
|
||||
USES= cmake:testing compiler:c++11-lang eigen:3 gnome pkgconfig tar:bz2
|
||||
USE_CXXSTD= gnu++98
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes # temporary
|
||||
|
Loading…
Reference in New Issue
Block a user