Date: Mon, 15 Oct 2018 11:48:08 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482152 - head/finance/alkimia Message-ID: <201810151148.w9FBm8M0009217@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810151148.w9FBm8M0009217>