svn commit: r521818 - head/games/gtypist

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 2 09:46:50 UTC 2020


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>


More information about the svn-ports-all mailing list