Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2012 10:58:22 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305155 - head/misc/mc
Message-ID:  <201210021058.q92AwMOe024373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



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