diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-07 21:04:29 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-07 21:04:29 +0800 |
commit | bebdc5525825bcd78254472e19993c6ae37f581a (patch) | |
tree | b1235603dea79ea296c602b5fb489b91f90b7017 /archivers/p7zip | |
parent | 56a6064c421b0cdc2a7a53962f6dac327c37e8f6 (diff) | |
download | freebsd-ports-gnome-bebdc5525825bcd78254472e19993c6ae37f581a.tar.gz freebsd-ports-gnome-bebdc5525825bcd78254472e19993c6ae37f581a.tar.zst freebsd-ports-gnome-bebdc5525825bcd78254472e19993c6ae37f581a.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: archivers)
Approved by: portmgr
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/* |