Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 13:39:48 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555981 - head/textproc/tokyodystopia
Message-ID:  <202011211339.0ALDdmd2073831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sat Nov 21 13:39:48 2020
New Revision: 555981
URL: https://svnweb.freebsd.org/changeset/ports/555981

Log:
  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)

Modified:
  head/textproc/tokyodystopia/Makefile

Modified: head/textproc/tokyodystopia/Makefile
==============================================================================
--- head/textproc/tokyodystopia/Makefile	Sat Nov 21 13:37:33 2020	(r555980)
+++ head/textproc/tokyodystopia/Makefile	Sat Nov 21 13:39:48 2020	(r555981)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix
+USES=		gmake localbase pathfix
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011211339.0ALDdmd2073831>