------------------------------------------------------------ revno: 251 committer: Brian Gough <[email protected]> branch nick: gsrc timestamp: Fri 2010-07-30 11:16:33 +0100 message: added dependency on mpfr and gmp modified: deps/mpc/Makefile
=== modified file 'deps/mpc/Makefile' --- a/deps/mpc/Makefile 2010-06-22 09:04:59 +0000 +++ b/deps/mpc/Makefile 2010-07-30 10:16:33 +0000 @@ -8,7 +8,9 @@ SIGFILES = $(DISTNAME).tar.gz.asc # BUILDDEPS = -# LIBDEPS = +LIBDEPS = gnu/mpfr gnu/gmp + +CONFIGURE_OPTS = --with-mpfr=$(prefix) --with-gmp=$(prefix) HOME_URL = http://www.multiprecision.org/ DESCRIPTION = multi-precision C library for complex numbers with correct rounding.
