diff options
Diffstat (limited to 'science')
-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 |