aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-05-25 09:06:16 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-05-25 09:06:16 +0000
commit0c07e0eef422c87d766c60dc27dd8600587e9f38 (patch)
tree5b28f787e663689f7dccd625276679293fefe359 /sysutils/ntfsprogs
parent872886eeefa3cedceec05106b8d4102c963a9272 (diff)
downloadports-0c07e0eef422c87d766c60dc27dd8600587e9f38.tar.gz
ports-0c07e0eef422c87d766c60dc27dd8600587e9f38.zip
Fix build on sparc64
Requested by: kris Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=109946
Diffstat (limited to 'sysutils/ntfsprogs')
-rw-r--r--sysutils/ntfsprogs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile
index 15cba4c938de..a83aad353235 100644
--- a/sysutils/ntfsprogs/Makefile
+++ b/sysutils/ntfsprogs/Makefile
@@ -56,5 +56,6 @@ post-patch:
${REINPLACE_CMD} -e 's|^transform.*||' ${WRKSRC}/Makefile.in \
${WRKSRC}/libntfs/Makefile.in \
${WRKSRC}/ntfsprogs/Makefile.in
+ ${REINPLACE_CMD} -e 's| bswap_| bswap|' ${WRKSRC}/include/ntfs/endians.h
.include <bsd.port.mk>