1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Add note on 64bit incompatibility

Feature safe:	yes
This commit is contained in:
Dmitry Marakasov 2011-11-30 02:20:06 +00:00
parent 8ad91c6f16
commit a1538427ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286650

View File

@ -21,6 +21,12 @@ MAKE_JOBS_UNSAFE= yes
MAN1= hnb.1
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= segfaults on 64bit systems
.endif
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/libcli/Makefile
@ -35,4 +41,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>