Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 10:47:03 +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: r555105 - head/www/tokyopromenade
Message-ID:  <202011141047.0AEAl3Yi027963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sat Nov 14 10:47:03 2020
New Revision: 555105
URL: https://svnweb.freebsd.org/changeset/ports/555105

Log:
  www/tokyopromenade: fix build on aarch64
  
  ld: error: undefined symbol: tcatoix

Modified:
  head/www/tokyopromenade/Makefile

Modified: head/www/tokyopromenade/Makefile
==============================================================================
--- head/www/tokyopromenade/Makefile	Sat Nov 14 09:43:50 2020	(r555104)
+++ head/www/tokyopromenade/Makefile	Sat Nov 14 10:47:03 2020	(r555105)
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	LUA
 
 CONFIGURE_ARGS=	--enable-fcgi
 GNU_CONFIGURE=	yes
-USES=		gmake lua compiler
+USES=		gmake localbase lua compiler
 
 SUB_FILES=	pkg-message
 



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