diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-16 09:18:28 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-16 09:18:28 +0000 |
commit | 6a994e2840b6d1ba34b107f94f8ea087836a2e8e (patch) | |
tree | 60a014ccaeee30452eebe72ff3afe98bad67d55e /science/simlib/Makefile | |
parent | 7e0e148db3b66c085c48f4d5fe9a12bb1262a15f (diff) | |
download | ports-6a994e2840b6d1ba34b107f94f8ea087836a2e8e.tar.gz ports-6a994e2840b6d1ba34b107f94f8ea087836a2e8e.zip |
- Set NOT_FOR_ARCHS for sparc64
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=220402
Diffstat (limited to 'science/simlib/Makefile')
-rw-r--r-- | science/simlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile index 960c8a8311a1..229e34b294f9 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -20,6 +20,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-3 CXXFLAGS+= -fPIC +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code + post-patch: @${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile @${MV} ${WRKSRC}/src/Makefile.FreeBSD-i386 ${WRKSRC}/src/Makefile |