Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 09:46:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521818 - head/games/gtypist
Message-ID:  <202001020946.0029knAZ051008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan  2 09:46:49 2020
New Revision: 521818
URL: https://svnweb.freebsd.org/changeset/ports/521818

Log:
  Make sure we can link also with libncurses.so if built with wildchar support

Modified:
  head/games/gtypist/Makefile

Modified: head/games/gtypist/Makefile
==============================================================================
--- head/games/gtypist/Makefile	Thu Jan  2 09:30:10 2020	(r521817)
+++ head/games/gtypist/Makefile	Thu Jan  2 09:46:49 2020	(r521818)
@@ -36,5 +36,6 @@ post-patch:
 		${WRKSRC}/src/script.c \
 		${WRKSRC}/src/gtypist.c \
 		${WRKSRC}/src/utf8.c
+	${REINPLACE_CMD} -e 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/configure
 
 .include <bsd.port.mk>



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