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 <lantw44@gmail.com>
Approved by:	wg (maintainer timeout, ~3 years)
This commit is contained in:
Tobias Kortkamp 2018-01-25 22:55:02 +00:00
parent 2868d6a37c
commit d79f7a9ca0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459966

View file

@ -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