summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-28 17:12:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-28 17:12:19 +0000
commit97aab5b1c444ee51834e86ed604e88cc9ea1baf1 (patch)
tree6c1e6d569853b213a58cefb5e06c3f87ea1e8932 /math
parent- Update to 1.2.0 (diff)
- Fix build on amd64
- Respect CXXFLAGS PR: ports/103768 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Notes
Notes: svn path=/head/; revision=174046
Diffstat (limited to 'math')
-rw-r--r--math/cvcl/Makefile14
-rw-r--r--math/cvcl/files/patch-configure11
2 files changed, 18 insertions, 7 deletions
diff --git a/math/cvcl/Makefile b/math/cvcl/Makefile
index a085838fb9b2..ad66922f0b9d 100644
--- a/math/cvcl/Makefile
+++ b/math/cvcl/Makefile
@@ -13,18 +13,18 @@ MASTER_SITES= http://www.cs.nyu.edu/acsys/cvcl/download/
MAINTAINER= lwhsu@lwhsu.org
COMMENT= An automatic theorem prover for the SMT problem
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
-USE_GMAKE= yes
-USE_BISON= yes
-USE_LDCONFIG= yes
-
-GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-arith=gmp \
--with-extra-libs=${LOCALBASE}/lib \
--with-extra-includes=${LOCALBASE}/include \
--with-build=optimized
+CXXFLAGS+= -fPIC
+GNU_CONFIGURE= yes
+USE_BISON= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}/cvcl-20060527
+WRKSRC= ${WRKDIR}/cvcl-20060527
.include <bsd.port.mk>
diff --git a/math/cvcl/files/patch-configure b/math/cvcl/files/patch-configure
new file mode 100644
index 000000000000..4b87c64d4d6f
--- /dev/null
+++ b/math/cvcl/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sat May 27 13:23:58 2006
++++ configure Wed Sep 27 11:52:11 2006
+@@ -1371,7 +1371,7 @@
+
+
+ RUN_TESTS_OPTIONS=""
+-CXXFLAGS=""
++#CXXFLAGS=""
+
+
+ # Check whether --with-build or --without-build was given.