diff options
author | arved <arved@FreeBSD.org> | 2017-11-21 19:44:27 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2017-11-21 19:44:27 +0800 |
commit | 827b08bffe08be4c2182f8a231fe1dfdccd92155 (patch) | |
tree | 4a42f0f5e42b8613ef45d856e3c1579457efbb7f /www | |
parent | 1a20c7b8bfb9c0b1c60740b731e908622aa32037 (diff) | |
download | freebsd-ports-gnome-827b08bffe08be4c2182f8a231fe1dfdccd92155.tar.gz freebsd-ports-gnome-827b08bffe08be4c2182f8a231fe1dfdccd92155.tar.zst freebsd-ports-gnome-827b08bffe08be4c2182f8a231fe1dfdccd92155.zip |
Fix build on 10.3
PR: 223667
Submitted by: mt@markoturk.info
Diffstat (limited to 'www')
-rw-r--r-- | www/newsboat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 836b61172047..86941925778a 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -42,6 +42,8 @@ post-patch: ${WRKSRC}/config.sh ${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -lncursesw|;s|-Werror||' \ ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|LDFLAGS+=-L. -fprofile-arcs -ftest-coverage|LDFLAGS+=-L.|' \ + ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*boat |