1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Fix build on AMD64

PR:		139633
This commit is contained in:
Martin Wilke 2009-10-21 10:34:53 +00:00
parent e155638af8
commit 42957c1bf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243152

View File

@ -35,10 +35,6 @@ MAN1= sdcv.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= Doesn't build on 64-bit platforms
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/doc/sdcv.1
@ -47,6 +43,10 @@ post-patch:
@${REINPLACE_CMD} -e 's, getopt.h,,g' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e '146 s|()|(int, char * const [], const char *)|g' \
${WRKSRC}/src/getopt.h
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
@${REINPLACE_CMD} -e '516 s|sizeof|(guint32)sizeof|g' \
${WRKSRC}/src/lib/lib.cpp
.endif
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/src/sdcv.cpp
@${REINPLACE_CMD} -e 's,@mandir@/uk,@mandir@,' \