diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-22 21:40:34 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-22 21:40:34 +0000 |
commit | cb5f50d00c6aaff22a98661c165b1408aa38ffa6 (patch) | |
tree | 195cf07142959b26bacef6736fbb5b969790c451 /math | |
parent | a990d433713426cc4c0e8c32e14335f0176498d4 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ldouble/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/ldouble/Makefile b/math/ldouble/Makefile index 85db65e85582..5921ad9d9d48 100644 --- a/math/ldouble/Makefile +++ b/math/ldouble/Makefile @@ -22,6 +22,7 @@ MAKEFILE= makefile INSTALLS_SHLIB= yes # Known to work on atleast sparc64 & i386 #ONLY_FOR_ARCHS= i386 sparc64 +NOT_FOR_ARCHS= amd64 PLIST_FILES= lib/libml.a \ lib/libml.so \ |