diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-18 01:10:47 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-18 01:10:47 +0000 |
commit | 160d06f27925b0bf270af3c185aae3b4fe4a21c5 (patch) | |
tree | cc6fbada460be88e03848191efe93a44e8789e11 /math/ldouble | |
parent | 8f32fd2f94e5dfa5d8159e09ad6f87f93c9b4bc1 (diff) |
Notes
Diffstat (limited to 'math/ldouble')
-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 2c6233f3ec01..f11d34b6de98 100644 --- a/math/ldouble/Makefile +++ b/math/ldouble/Makefile @@ -19,6 +19,7 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile USE_REINPLACE= yes INSTALLS_SHLIB= yes +ONLY_FOR_ARCHS= i386 PLIST_FILES= lib/libml.a \ lib/libml.so \ |