git: e3da17548905 - main - japanese/open_jtalk: Remove dependency on gcc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 May 2025 17:27:10 UTC
The branch main has been updated by nobutaka:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e3da17548905b1b3487640bb69dc7822bdd23f31
commit e3da17548905b1b3487640bb69dc7822bdd23f31
Author: MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2025-05-28 17:23:58 +0000
Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2025-05-28 17:26:12 +0000
japanese/open_jtalk: Remove dependency on gcc
Reported by: gerald
---
japanese/open_jtalk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/japanese/open_jtalk/Makefile b/japanese/open_jtalk/Makefile
index 1b7c24d7b62a..6d8e1b6b50fe 100644
--- a/japanese/open_jtalk/Makefile
+++ b/japanese/open_jtalk/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PREFIX}/include/iconv.h:converters/libiconv \
${PREFIX}/lib/libHTSEngine.a:audio/hts_engine-API
-USE_GCC= yes
+USE_CXXSTD= c++14
HAS_CONFIGURE= yes