svn commit: r555105 - head/www/tokyopromenade

Mikael Urankar mikael at FreeBSD.org
Sat Nov 14 10:47:04 UTC 2020


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
 


More information about the svn-ports-all mailing list