diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-11-13 15:55:09 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-11-13 15:55:09 +0000 |
commit | bdf601ddb9e97bfdaa83a256161f95d071a6990c (patch) | |
tree | 6ea58cd9e409a811eecdd95911461447e594a682 /math/cvc3 | |
parent | 15a886eb51b7b8dbba0580915095762a739e67e1 (diff) | |
download | ports-bdf601ddb9e97bfdaa83a256161f95d071a6990c.tar.gz ports-bdf601ddb9e97bfdaa83a256161f95d071a6990c.zip |
Notes
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 |