summaryrefslogtreecommitdiff
path: root/package/libmpc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-30 15:39:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-30 15:39:01 +0200
commitdd50e3ad11a5c40e40c0238320332598ebb872e6 (patch)
tree41e5202ac05b6d5da0d81ec5ab487b6d517c033e /package/libmpc
parent5edd7d4a0d05bcdc3e5ba3402181fba588d9de62 (diff)
more build fixes, found on FreeBSD host
Diffstat (limited to 'package/libmpc')
-rw-r--r--package/libmpc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libmpc/Makefile b/package/libmpc/Makefile
index ef82baa7c..5343ae4a4 100644
--- a/package/libmpc/Makefile
+++ b/package/libmpc/Makefile
@@ -7,6 +7,7 @@ include ${TOPDIR}/toolchain/mpc/Makefile.inc
PKG_DESCR:= GNU multiprecision arithmetic library
PKG_SECTION:= libs
PKG_URL:= http://www.multiprecision.org/
+PKG_BUILDDEP+= gmp mpfr
include ${TOPDIR}/mk/package.mk