mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
* 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)
11 lines
411 B
Text
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
|