Bug 171772 - misc/mc clang update
Summary: misc/mc clang update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 11:50 UTC by Andrey Simonenko
Modified: 2012-10-02 12:00 UTC (History)
0 users

See Also:


Attachments
file.diff (374 bytes, patch)
2012-09-19 11:50 UTC, Andrey Simonenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Simonenko 2012-09-19 11:50:07 UTC
The following change allows to build misc/mc with clang (installed
from ports with added clang-cpp symlink).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 11:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-02 11:58:36 UTC
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>
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Max Khon freebsd_committer freebsd_triage 2012-10-02 11:59:29 UTC
State Changed
From-To: open->closed

Committed, thanks!