svn commit: r429881 - head/databases/pgmodeler
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 29 09:09:24 UTC 2016
Author: amdmi3
Date: Thu Dec 29 09:09:23 2016
New Revision: 429881
URL: https://svnweb.freebsd.org/changeset/ports/429881
Log:
- Unbreak on 10.1 by using gcc
PR: 214839
Submitted by: lbartoletti at tuxfamily.org (maintainer)
Modified:
head/databases/pgmodeler/Makefile
Modified: head/databases/pgmodeler/Makefile
==============================================================================
--- head/databases/pgmodeler/Makefile Thu Dec 29 09:01:03 2016 (r429880)
+++ head/databases/pgmodeler/Makefile Thu Dec 29 09:09:23 2016 (r429881)
@@ -36,7 +36,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000
-BROKEN= does not build on FreeBSD 10.1 (src/databaseexplorerwidget.cpp:1604:88: error: chosen constructor is explicit in copy-initialization)
+USE_GCC= yes
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list