svn commit: r408451 - head/devel/editline

John Marino marino at FreeBSD.org
Sun Feb 7 20:08:56 UTC 2016


Author: marino
Date: Sun Feb  7 20:08:54 2016
New Revision: 408451
URL: https://svnweb.freebsd.org/changeset/ports/408451

Log:
  x11/xterm: remove termcap linkage (part of ncurses work)
  
  The linking isn't required.
  
  approved by:	infrastructure blanket

Modified:
  head/devel/editline/Makefile

Modified: head/devel/editline/Makefile
==============================================================================
--- head/devel/editline/Makefile	Sun Feb  7 19:45:32 2016	(r408450)
+++ head/devel/editline/Makefile	Sun Feb  7 20:08:54 2016	(r408451)
@@ -22,4 +22,7 @@ PORTDOCS=	*
 
 CONFLICTS_INSTALL=	libedit-*
 
+post-patch:
+	${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list