diff options
author | linimon <linimon@FreeBSD.org> | 2010-02-17 18:58:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-02-17 18:58:47 +0800 |
commit | e80e4114928616b4d2f3956a05f49c3613ffc478 (patch) | |
tree | dc43b88f5b2f8edf23f3cf55de4c5314536beefd /science | |
parent | e05610e14a18d34f40542f1b67851d4a15fb6ede (diff) | |
download | freebsd-ports-gnome-e80e4114928616b4d2f3956a05f49c3613ffc478.tar.gz freebsd-ports-gnome-e80e4114928616b4d2f3956a05f49c3613ffc478.tar.zst freebsd-ports-gnome-e80e4114928616b4d2f3956a05f49c3613ffc478.zip |
Not for ia64, either.
Feature safe: yes
Diffstat (limited to 'science')
-rw-r--r-- | science/simlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile index ec3078bafeaf..00746e03f8e7 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-3 CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS= ia64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: |