diff options
author | gahr <gahr@FreeBSD.org> | 2008-09-16 17:18:28 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-09-16 17:18:28 +0800 |
commit | 15e2255283e1874eae416c6b271ae45bfe108879 (patch) | |
tree | 53990b12009ebb7f5c7ada72c0ed6d5df8d81076 /science | |
parent | e35da90cb58200ba03b0cd0c30edf2eb995596a7 (diff) | |
download | freebsd-ports-gnome-15e2255283e1874eae416c6b271ae45bfe108879.tar.gz freebsd-ports-gnome-15e2255283e1874eae416c6b271ae45bfe108879.tar.zst freebsd-ports-gnome-15e2255283e1874eae416c6b271ae45bfe108879.zip |
- Set NOT_FOR_ARCHS for sparc64
Approved by: portmgr (pav)
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 |