Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 10:00:45 +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: r521823 - head/deskutils/dfshow
Message-ID:  <202001021000.002A0jhP058732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan  2 10:00:44 2020
New Revision: 521823
URL: https://svnweb.freebsd.org/changeset/ports/521823

Log:
  Ensure the port respect NCURSES_IMPL so we can rework the way
  ncurses is packaged in base

Modified:
  head/deskutils/dfshow/Makefile

Modified: head/deskutils/dfshow/Makefile
==============================================================================
--- head/deskutils/dfshow/Makefile	Thu Jan  2 09:57:49 2020	(r521822)
+++ head/deskutils/dfshow/Makefile	Thu Jan  2 10:00:44 2020	(r521823)
@@ -19,4 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	roberthawdon
 GNU_CONFIGURE=	yes
 
+post-patch:
+	@${REINPLACE_CMD} 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/Makefile.am
+
 .include <bsd.port.mk>



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