svn commit: r305155 - head/misc/mc

Max Khon fjoe at FreeBSD.org
Tue Oct 2 10:58:23 UTC 2012


Author: fjoe
Date: Tue Oct  2 10:58:22 2012
New Revision: 305155
URL: http://svn.freebsd.org/changeset/ports/305155

Log:
  Fix clang build.
  
  PR:		171772
  Submitted by:	Andrey Simonenko

Modified:
  head/misc/mc/Makefile

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Tue Oct  2 10:28:23 2012	(r305154)
+++ head/misc/mc/Makefile	Tue Oct  2 10:58:22 2012	(r305155)
@@ -39,6 +39,7 @@ OPTIONS=	SLANG		"Build with SLang librar
 
 post-patch:
 	${REINPLACE_CMD} -e 's/SUBDIRS = intl/SUBDIRS =/' ${WRKSRC}/Makefile.in
+	${REINPLACE_CMD} -e 's/saved_CPPFLAGS="-ltermcap/saved_CPPFLAGS="/' ${WRKSRC}/configure
 
 .include <bsd.port.pre.mk>
 



More information about the svn-ports-all mailing list