Date: Thu, 11 May 2017 12:14:31 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440626 - head/x11/cinnamon Message-ID: <201705111214.v4BCEVBr016323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu May 11 12:14:31 2017 New Revision: 440626 URL: https://svnweb.freebsd.org/changeset/ports/440626 Log: Don't error out on warnings during introspection build. Modified: head/x11/cinnamon/Makefile Modified: head/x11/cinnamon/Makefile ============================================================================== --- head/x11/cinnamon/Makefile Thu May 11 12:10:12 2017 (r440625) +++ head/x11/cinnamon/Makefile Thu May 11 12:14:31 2017 (r440626) @@ -70,6 +70,8 @@ post-patch: @${MV} ${WRKSRC}/files/usr/${d} ${WRKSRC}/files${PREFIX} .endfor + @${REINPLACE_CMD} -e 's|--warn-error||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|/usr/share/cinnamon|${STAGEDIR}${PREFIX}/share/|g ;\ s|/usr/lib|${STAGEDIR}${PREFIX}/share/|g' \ ${WRKSRC}/files/generate_desktop_files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705111214.v4BCEVBr016323>