From d79f7a9ca0950df6342d1379597095554b6b03ec Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 25 Jan 2018 22:55:02 +0000 Subject: [PATCH] sysutils/gdisk: Unbreak UTF16 option /usr/bin/ld: undefined reference to symbol `_ZN3icu13UnicodeStringC1EPKc' (try adding -licuuc) //usr/local/lib/libicuuc.so.60: could not read symbols: Bad value PR: 198518 Submitted by: Ting-Wei Lan Approved by: wg (maintainer timeout, ~3 years) --- sysutils/gdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/gdisk/Makefile b/sysutils/gdisk/Makefile index 4774eabf8253..2bfa14f0820f 100644 --- a/sysutils/gdisk/Makefile +++ b/sysutils/gdisk/Makefile @@ -24,8 +24,8 @@ OPTIONS_DEFINE= CGDISK UTF16 OPTIONS_SUB= yes CGDISK_DESC= Curses-based interactive program UTF16_DESC= Support for Unicode partition names -UTF16_CPPFLAGS+= -DUSE_UTF16 -UTF16_LDFLAGS+= -licuio +UTF16_CPPFLAGS= -DUSE_UTF16 +UTF16_LDFLAGS= -licuio -licuuc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib