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 | Upgrade to version 1.4 (diff) |
Utilize ONLY_FOR_ARCHS for i386
since ldouble is for 32bit machines
Pointed out by: pointyhat via kris
Approved by: adamw (implicit)
Notes
Notes:
svn path=/head/; revision=121839
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 \ |