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/pbzip2 | |
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/pbzip2')
-rw-r--r-- | archivers/pbzip2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index dbd755188b4f..9c5050fac90a 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -28,8 +28,7 @@ PLIST_FILES= bin/pbzip2 bin/pbunzip2 post-patch: @${REINPLACE_CMD} \ - -e 's,-pthread -lpthread,${PTHREAD_LIBS},g; \ - s,-O2,${CXXFLAGS},; \ + -e 's,-O2,${CXXFLAGS},; \ s,^CC,#CC,; \ s,CC,CXX,' ${WRKSRC}/Makefile |