svn commit: r482152 - head/finance/alkimia

Jason E. Hale jhale at FreeBSD.org
Mon Oct 15 11:48:09 UTC 2018


Author: jhale
Date: Mon Oct 15 11:48:08 2018
New Revision: 482152
URL: https://svnweb.freebsd.org/changeset/ports/482152

Log:
  Fix build on powerpc64
  
  PR:		232227
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Sponsored by:	IntegriCloud

Modified:
  head/finance/alkimia/Makefile

Modified: head/finance/alkimia/Makefile
==============================================================================
--- head/finance/alkimia/Makefile	Mon Oct 15 11:29:07 2018	(r482151)
+++ head/finance/alkimia/Makefile	Mon Oct 15 11:48:08 2018	(r482152)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 # Depending on ecm via USE_KDE causes unwanted CMAKE_ARGS to be set
 BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
 
-USES=		cmake:outsource pathfix tar:xz
+USES=		cmake:outsource compiler:c++11-lang pathfix tar:xz
 USE_LDCONFIG=	yes
 
 SLAVE?=		qt5


More information about the svn-ports-all mailing list