git: 9edad843b52d - main - databases/xapian-core12: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 15:53:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9edad843b52da3902aa8bf57691d94e887ca45dc commit 9edad843b52da3902aa8bf57691d94e887ca45dc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 14:48:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 15:53:02 +0000 databases/xapian-core12: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- databases/xapian-core12/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/databases/xapian-core12/Makefile b/databases/xapian-core12/Makefile index c33bd7761c1e..a3f549eb528f 100644 --- a/databases/xapian-core12/Makefile +++ b/databases/xapian-core12/Makefile @@ -14,18 +14,21 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool pathfix tar:xz +USE_CXXSTD= c++14 +USE_LDCONFIG= yes GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_LDCONFIG= yes -PORTDOCS= * +INSTALL_TARGET= install-strip CONFLICTS_INSTALL= xapian-core # include/xapian.h PORTSCOUT= limitw:1,even +PORTDOCS= * + OPTIONS_DEFINE= DOCS SSE2 + SSE2_DESC= Use SSE2 for floating point SSE2_CONFIGURE_ENABLE= sse