diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-25 02:36:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-25 02:36:19 +0800 |
commit | 4a57ac69fea5a632ba05564b82f7879035f769a9 (patch) | |
tree | 8fe3117b2fd0cdeab6a39f3560d090ae4d5047d6 /science | |
parent | ff035a814ecb89f4628cc64bfb51591c25f832b7 (diff) | |
download | freebsd-ports-gnome-4a57ac69fea5a632ba05564b82f7879035f769a9.tar.gz freebsd-ports-gnome-4a57ac69fea5a632ba05564b82f7879035f769a9.tar.zst freebsd-ports-gnome-4a57ac69fea5a632ba05564b82f7879035f769a9.zip |
Sort NOT_FOR_ARCHS. While here, clean up some BROKEN usages.
Approved by: portmgr (tier-2 blanket)
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 1fbfaae5a7ff..4de04dd526c1 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= armv6 aarch64 mips mips64 powerpc powerpc64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: |