diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-11-13 23:55:09 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-11-13 23:55:09 +0800 |
commit | f6db64f91c3bef70c9cbfe868c11c6a806a6bfac (patch) | |
tree | 6ea58cd9e409a811eecdd95911461447e594a682 /math/cvc3 | |
parent | ea39de5d7e104cc0afc3a8c5d9bb06a7e170baf4 (diff) | |
download | freebsd-ports-gnome-f6db64f91c3bef70c9cbfe868c11c6a806a6bfac.tar.gz freebsd-ports-gnome-f6db64f91c3bef70c9cbfe868c11c6a806a6bfac.tar.zst freebsd-ports-gnome-f6db64f91c3bef70c9cbfe868c11c6a806a6bfac.zip |
- Try to fix build with USE_GCC, anyway, cvc4 is out and would be ported later
Diffstat (limited to 'math/cvc3')
-rw-r--r-- | math/cvc3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile index 10b46b015efe..87335a9c3da6 100644 --- a/math/cvc3/Makefile +++ b/math/cvc3/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ARGS= --enable-dynamic \ CXXFLAGS+= -fPIC GNU_CONFIGURE= yes USES= bison gmake perl5 +USE_GCC= any USE_LDCONFIG= yes NO_STAGE= yes |