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:
parent
8ad91c6f16
commit
a1538427ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286650
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user