Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 11:44:27 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454598 - head/www/newsboat
Message-ID:  <201711211144.vALBiRZb035108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Nov 21 11:44:27 2017
New Revision: 454598
URL: https://svnweb.freebsd.org/changeset/ports/454598

Log:
  Fix build on 10.3
  
  PR:		223667
  Submitted by:	mt@markoturk.info

Modified:
  head/www/newsboat/Makefile

Modified: head/www/newsboat/Makefile
==============================================================================
--- head/www/newsboat/Makefile	Tue Nov 21 11:18:48 2017	(r454597)
+++ head/www/newsboat/Makefile	Tue Nov 21 11:44:27 2017	(r454598)
@@ -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



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