ports/textproc/libe-book/files/patch-configure.ac
Daniel Engberg 1e244834ad textproc/libe-book: Fix build with ICU 76.1 and improve port
Fix build with ICU and while at it clean up port Makefile

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

12 lines
271 B
Plaintext

--- configure.ac.orig 2025-01-04 19:00:12 UTC
+++ configure.ac
@@ -127,7 +127,7 @@ AC_SUBST([BOOST_CFLAGS])
# ========
# Find icu
# ========
-PKG_CHECK_MODULES([ICU], [icu-i18n])
+PKG_CHECK_MODULES([ICU], [icu-i18n icu-uc])
AC_SUBST(ICU_CFLAGS)
AC_SUBST(ICU_LIBS)