COMPILER_LIBCXX not LIBCXX

This commit is contained in:
sthen
2025-01-28 11:00:49 +00:00
parent 1bdc5489cc
commit a38f04febf
+2 -2
View File
@@ -6,7 +6,7 @@ V= 1.6.1
GH_ACCOUNT= AbiWord
GH_PROJECT= enchant
GH_TAGNAME= enchant-${V:S/./-/g}
REVISION= 4
REVISION= 5
# XXX needed for portroach (DISTNAME must match the GH_PROJECT-GH_TAGNAME)
SITES= https://github.com/AbiWord/enchant/releases/download/${GH_PROJECT}-${V:S/./-/g}/
@@ -25,7 +25,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
PERMIT_PACKAGE= Yes
WANTLIB += aspell c curses glib-2.0 gmodule-2.0 hunspell-1.7 iconv intl
WANTLIB += m pcre2-8 pthread ${LIBCXX}
WANTLIB += m pcre2-8 pthread ${COMPILER_LIBCXX}
# c++11
COMPILER = base-clang ports-gcc