diff options
author | pav <pav@FreeBSD.org> | 2011-01-07 03:31:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-01-07 03:31:18 +0800 |
commit | 50792c214b4b68d9c21644276d26941985a4fa66 (patch) | |
tree | 49ee410906442692c7b011f3de2ed05f4e7f1e5e /math/mingw32-libgmp4 | |
parent | 041a321c28064f6e85ede7fcd3b290dfe0ddc1dd (diff) | |
download | freebsd-ports-gnome-50792c214b4b68d9c21644276d26941985a4fa66.tar.gz freebsd-ports-gnome-50792c214b4b68d9c21644276d26941985a4fa66.tar.zst freebsd-ports-gnome-50792c214b4b68d9c21644276d26941985a4fa66.zip |
- Mark BROKEN: does not build
Reported by: pointyhat
Diffstat (limited to 'math/mingw32-libgmp4')
-rw-r--r-- | math/mingw32-libgmp4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/mingw32-libgmp4/Makefile b/math/mingw32-libgmp4/Makefile index d5432e69867d..711b5a4d7fec 100644 --- a/math/mingw32-libgmp4/Makefile +++ b/math/mingw32-libgmp4/Makefile @@ -19,6 +19,8 @@ COMMENT= Library for arbitrary precision arithmetic (MinGW32) BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt +BROKEN= does not build + GMP_TARG= ${PKGNAMEPREFIX:S/-$//} GNU_CONFIGURE= yes CC= ${PKGNAMEPREFIX}gcc |