svn commit: r440626 - head/x11/cinnamon

Koop Mast kwm at FreeBSD.org
Thu May 11 12:14:33 UTC 2017


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


More information about the svn-ports-all mailing list