aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2007-02-09 21:08:02 +0000
committerJuergen Lock <nox@FreeBSD.org>2007-02-09 21:08:02 +0000
commitd66dea020ccee32ab6a585966d8bf1b8de2a6d65 (patch)
treed979690edab5af34deef9466a8615254ed161155 /archivers
parent4dd06f27ed1ccf976197f58a79f76f0ffb888c53 (diff)
downloadports-d66dea020ccee32ab6a585966d8bf1b8de2a6d65.tar.gz
ports-d66dea020ccee32ab6a585966d8bf1b8de2a6d65.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p7zip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile
index c4eb7db1b02c..f8353c3e01a0 100644
--- a/archivers/p7zip/Makefile
+++ b/archivers/p7zip/Makefile
@@ -43,7 +43,7 @@ CFLAGS+= -fPIC
.endif
post-patch:
- ${SED} -e 's/-O/${CFLAGS} ${PTHREAD_CFLAGS}/' \
+ ${SED} -e 's!-O!${CFLAGS} ${PTHREAD_CFLAGS}!' \
-e 's!g\+\+!${CXX}!' \
-e 's!gcc!${CC}!' \
-e '/LITTLE_ENDIAN/d' \