diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 13:04:29 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 13:04:29 +0000 |
commit | 0fb0d4a3b77d9b184ffa96c42c00b33d6e91cb29 (patch) | |
tree | b1235603dea79ea296c602b5fb489b91f90b7017 /archivers/p7zip | |
parent | 58f2899f486f1a873cb7cc90100a1f2517187eb0 (diff) |
Notes
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 5bc7e76bb93c..6f0f8724dff5 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -61,12 +61,11 @@ CFLAGS+= -fPIC .endif post-patch: - ${SED} -e 's!-O!${CFLAGS} ${PTHREAD_CFLAGS}!' \ + ${SED} -e 's!-O!${CFLAGS}!' \ -e 's!g\+\+!${CXX}!' \ -e 's!gcc!${CC}!' \ -e 's/-D_LARGEFILE_SOURCE//' \ -e 's/-D_FILE_OFFSET_BITS=64//' \ - -e 's/-lpthread/${PTHREAD_LIBS}/' \ ${WRKSRC}/makefile.freebsd6 > ${WRKSRC}/makefile.machine ${REINPLACE_CMD} -e 's|{DEST_SHARE_DOC}|${DOCSDIR}|' \ ${WRKSRC}/man1/* |