Date: Sun, 3 Feb 2019 20:30:34 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492073 - head/textproc/castxml Message-ID: <201902032030.x13KUYbC094565@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Feb 3 20:30:34 2019 New Revision: 492073 URL: https://svnweb.freebsd.org/changeset/ports/492073 Log: textproc/castxml: fix build with GCC-based architectures PR: 235372 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/textproc/castxml/Makefile Modified: head/textproc/castxml/Makefile ============================================================================== --- head/textproc/castxml/Makefile Sun Feb 3 20:27:54 2019 (r492072) +++ head/textproc/castxml/Makefile Sun Feb 3 20:30:34 2019 (r492073) @@ -14,7 +14,7 @@ BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_V RUN_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION} TEST_DEPENDS= ${LOCALBASE}/lib/libxml2.so:textproc/libxml2 -USES= cmake +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= CastXML GH_PROJECT= CastXML
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902032030.x13KUYbC094565>