aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2012-10-02 18:58:22 +0800
committerfjoe <fjoe@FreeBSD.org>2012-10-02 18:58:22 +0800
commit520044edfef8f9cd9e4385e09a0ac57bc3f8706f (patch)
treefe8f03470b9ad4fe05b98e8cf209e59b082af285 /misc
parent20925f5282c557c9e1641663f308bfc503a0e804 (diff)
downloadfreebsd-ports-graphics-520044edfef8f9cd9e4385e09a0ac57bc3f8706f.tar.gz
freebsd-ports-graphics-520044edfef8f9cd9e4385e09a0ac57bc3f8706f.tar.zst
freebsd-ports-graphics-520044edfef8f9cd9e4385e09a0ac57bc3f8706f.zip
Fix clang build.
PR: 171772 Submitted by: Andrey Simonenko
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 4435b3ce1ea..c0c31115c80 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -39,6 +39,7 @@ OPTIONS= SLANG "Build with SLang library" on \
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>