ports/net/yaz/files/patch-m4_ac__check__icu.m4
Daniel Engberg 48417960e9 net/yaz: Fix build with ICU 76.1 and improve port
* Backport upstream commit 24bcca60b69b0ce162f63377e621de5cf53dcf76.patch
* Fix detection of newer versions of tcl
* Clean up port Makefile to follow Porters Handbook more closely

Reference:
https://github.com/indexdata/m4/pull/4

PR:		283564
Approved by:	portmgr (maintainer timeout, 3+ weeks)
2025-01-18 18:23:17 +01:00

11 lines
411 B
Text

--- m4/ac_check_icu.m4.orig 2021-12-02 14:20:48 UTC
+++ m4/ac_check_icu.m4
@@ -26,7 +26,7 @@ AC_DEFUN([AC_CHECK_ICU],
ICU_VERSION=`$pkgconfigpath --modversion icu-i18n`
ICU_CPPFLAGS=""
ICU_CFLAGS=`$pkgconfigpath --cflags icu-i18n`
- ICU_LIBS=`$pkgconfigpath --libs icu-i18n`
+ ICU_LIBS=`$pkgconfigpath --libs icu-i18n icu-uc`
else
AC_MSG_RESULT([not found])
fi