summaryrefslogtreecommitdiff
path: root/archivers/dzip
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-07-18 10:29:16 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-07-18 10:29:16 +0000
commitf3fb2dddd747c550fa6bdfb937b63cdf88904f87 (patch)
treeee0217d067eeb3f0a30bd8c9565630744023abea /archivers/dzip
parentRemove already-merged-patch. (diff)
Unbreak the build on 4.X.
PR: ports/83543 Submitted by: Marcus Grando <marcus(at)corp.grupos.com.br>
Notes
Notes: svn path=/head/; revision=139484
Diffstat (limited to 'archivers/dzip')
-rw-r--r--archivers/dzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dzip/Makefile b/archivers/dzip/Makefile
index 4562a2529832..2cf03d63afad 100644
--- a/archivers/dzip/Makefile
+++ b/archivers/dzip/Makefile
@@ -27,8 +27,8 @@ PLIST_FILES= bin/${PORTNAME}
post-extract:
@${FIND} -E ${WRKDIR} -type f -print0 | \
${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'
- @${REINPLACE_CMD} -e 's/ifdef BIG_ENDIAN/if _BYTE_ORDER == _BIG_ENDIAN/' \
- -e 's/ifndef BIG_ENDIAN/if _BYTE_ORDER == _LITTLE_ENDIAN/' \
+ @${REINPLACE_CMD} -e 's/ifdef BIG_ENDIAN/if BYTE_ORDER == BIG_ENDIAN/' \
+ -e 's/ifndef BIG_ENDIAN/if BYTE_ORDER == LITTLE_ENDIAN/' \
${WRKSRC}/dzip.h ${WRKSRC}/conmain.c ${WRKSRC}/dzip.h
@${REINPLACE_CMD} -e 's/) $$(OBJECTS/&:T/' ${WRKSRCK}/${MAKEFILE}