diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-01 21:53:57 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-01 21:53:57 +0800 |
commit | 65f5fd69560a6833befb6eb6b2aa45d30b9787d2 (patch) | |
tree | 7939580994672e8d0e803405de68fdaef24a5489 /math | |
parent | dd957e7499526b7beea400aec230deabd9202a57 (diff) | |
download | freebsd-ports-gnome-65f5fd69560a6833befb6eb6b2aa45d30b9787d2.tar.gz freebsd-ports-gnome-65f5fd69560a6833befb6eb6b2aa45d30b9787d2.tar.zst freebsd-ports-gnome-65f5fd69560a6833befb6eb6b2aa45d30b9787d2.zip |
- After 2nd glance at the docs readd iad64 to NOT_FOR_ARCHS
Diffstat (limited to 'math')
-rw-r--r-- | math/ldouble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ldouble/Makefile b/math/ldouble/Makefile index bbeaeb7897d7..fc3957da21a6 100644 --- a/math/ldouble/Makefile +++ b/math/ldouble/Makefile @@ -22,7 +22,7 @@ MAKEFILE= makefile INSTALLS_SHLIB= yes # Known to work on atleast sparc64 & i386 #ONLY_FOR_ARCHS= i386 sparc64 -#NOT_FOR_ARCHS= amd64 ia64 +NOT_FOR_ARCHS= ia64 PLIST_FILES= lib/libml.a \ lib/libml.so \ |