diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-25 22:55:02 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-25 22:55:02 +0000 |
commit | d79f7a9ca0950df6342d1379597095554b6b03ec (patch) | |
tree | 2379419fcdc5dbc87d42abf9f60dbbe3492b5f9d /sysutils/gdisk | |
parent | 2868d6a37c779a9601c22009d8d2d09bc5f11dcc (diff) |
Notes
Diffstat (limited to 'sysutils/gdisk')
-rw-r--r-- | sysutils/gdisk/Makefile | 4 |
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 |