Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 18:56:07 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c92e9cc7e114 - main - chinese/scim-fcitx: Fix build with llvm16
Message-ID:  <202308051856.375Iu7qp075903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c92e9cc7e11424063963839e76bdd775d87e1ee3

commit c92e9cc7e11424063963839e76bdd775d87e1ee3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 18:55:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 18:55:51 +0000

    chinese/scim-fcitx: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 chinese/scim-fcitx/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile
index 3a3949515eff..ccaf457119a0 100644
--- a/chinese/scim-fcitx/Makefile
+++ b/chinese/scim-fcitx/Makefile
@@ -18,8 +18,12 @@ RUN_DEPENDS=	scim:textproc/scim
 
 USES=		compiler:c++11-lang tar:bzip2 gmake libtool:keepla pkgconfig \
 		localbase:ldflags
+USE_CXXSTD=	c++14
+
 GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
+
 MAKE_JOBS_UNSAFE=	yes
 
 CONFLICTS_INSTALL=	zh-fcitx



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