aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p7zip
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2007-02-10 05:08:02 +0800
committerJuergen Lock <nox@FreeBSD.org>2007-02-10 05:08:02 +0800
commitd66dea020ccee32ab6a585966d8bf1b8de2a6d65 (patch)
treed979690edab5af34deef9466a8615254ed161155 /archivers/p7zip
parent4dd06f27ed1ccf976197f58a79f76f0ffb888c53 (diff)
downloadfreebsd-ports-gnome-d66dea020ccee32ab6a585966d8bf1b8de2a6d65.tar.gz
freebsd-ports-gnome-d66dea020ccee32ab6a585966d8bf1b8de2a6d65.tar.zst
freebsd-ports-gnome-d66dea020ccee32ab6a585966d8bf1b8de2a6d65.zip
Fix build for slash-in-CFLAGS case.
Submitted by: Hisham Mardam Bey <hisham.mardambey@gmail.com> Approved by: miwi (mentor, implicit)
Diffstat (limited to 'archivers/p7zip')
-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' \