From ad5cdfed58496a122d72b20fcd999ba79869fe87 Mon Sep 17 00:00:00 2001 From: jca Date: Mon, 13 May 2019 22:45:57 +0000 Subject: [PATCH] As with all C++ ports, set COMPILER to base-clang ports-gcc This requires a C++11 compiler, as spotted on sparc64. --- chinese/libpinyin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile index e5cbf8e010f..45f99bd475a 100644 --- a/chinese/libpinyin/Makefile +++ b/chinese/libpinyin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/04/01 04:28:06 kevlo Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/13 22:45:57 jca Exp $ COMMENT = library to deal with pinyin @@ -22,6 +22,7 @@ WANTLIB += ${COMPILER_LIBCXX} c db glib-2.0 iconv intl m pcre MASTER_SITES = https://github.com/libpinyin/libpinyin/releases/download/$V/ +COMPILER = base-clang ports-gcc BUILD_DEPENDS = print/texinfo LIB_DEPENDS = databases/db/v4 \ devel/glib2