textproc/tokyodystopia: fix build on aarch64

Add missing localbase in USE flag otherwise the tokyocabinet lib is not found

configure:3855: checking for main in -ltokyocabinet
configure:3874: cc -o conftest -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong  conftest.c -ltokyocabinet  -lbz2 -lz -lpthread -lm -lc  >&5
ld: error: unable to find library -ltokyocabinet

PR:		251132
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mikael Urankar 2020-11-21 13:39:48 +00:00
parent 9eb7c77ae2
commit c00c9cdec7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555981

View File

@ -14,7 +14,7 @@ LICENSE= LGPL21
LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake pathfix USES= gmake localbase pathfix
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include