diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-10-02 18:58:22 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-10-02 18:58:22 +0800 |
commit | 520044edfef8f9cd9e4385e09a0ac57bc3f8706f (patch) | |
tree | fe8f03470b9ad4fe05b98e8cf209e59b082af285 /misc | |
parent | 20925f5282c557c9e1641663f308bfc503a0e804 (diff) | |
download | freebsd-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/Makefile | 1 |
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> |