aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gdisk
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-01-25 22:55:02 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-01-25 22:55:02 +0000
commitd79f7a9ca0950df6342d1379597095554b6b03ec (patch)
tree2379419fcdc5dbc87d42abf9f60dbbe3492b5f9d /sysutils/gdisk
parent2868d6a37c779a9601c22009d8d2d09bc5f11dcc (diff)
downloadports-d79f7a9ca0950df6342d1379597095554b6b03ec.tar.gz
ports-d79f7a9ca0950df6342d1379597095554b6b03ec.zip
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)
Notes
Notes: svn path=/head/; revision=459966
Diffstat (limited to 'sysutils/gdisk')
-rw-r--r--sysutils/gdisk/Makefile4
1 files 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