svn commit: r445361 - head/x11-toolkits/qt5pas

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sun Jul 9 02:28:52 UTC 2017


Author: acm
Date: Sun Jul  9 02:28:50 2017
New Revision: 445361
URL: https://svnweb.freebsd.org/changeset/ports/445361

Log:
  - Fix build
  
  Reported by:	pkg-fallouot

Modified:
  head/x11-toolkits/qt5pas/Makefile

Modified: head/x11-toolkits/qt5pas/Makefile
==============================================================================
--- head/x11-toolkits/qt5pas/Makefile	Sun Jul  9 02:22:24 2017	(r445360)
+++ head/x11-toolkits/qt5pas/Makefile	Sun Jul  9 02:28:50 2017	(r445361)
@@ -20,4 +20,7 @@ QT5_VER_MIN=	5.6.1
 IGNORE=		please update your current qt5 version to ${QT5_VER_MIN}
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt5Pas.pro
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list