diff options
author | yuri <yuri@FreeBSD.org> | 2019-02-04 04:30:34 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-02-04 04:30:34 +0800 |
commit | 7b8710e953f5fa8c93ed46f21178b41cae8008be (patch) | |
tree | bdaad88634429f4c605831bc65c8404bca925812 /textproc/castxml | |
parent | 2e35ac6620798efe0aadf5c59501c9dad621e724 (diff) | |
download | freebsd-ports-gnome-7b8710e953f5fa8c93ed46f21178b41cae8008be.tar.gz freebsd-ports-gnome-7b8710e953f5fa8c93ed46f21178b41cae8008be.tar.zst freebsd-ports-gnome-7b8710e953f5fa8c93ed46f21178b41cae8008be.zip |
textproc/castxml: fix build with GCC-based architectures
PR: 235372
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'textproc/castxml')
-rw-r--r-- | textproc/castxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/castxml/Makefile b/textproc/castxml/Makefile index b3f2575f7a14..f895f6e89d44 100644 --- a/textproc/castxml/Makefile +++ b/textproc/castxml/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION} 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 |