diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-28 18:51:58 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-28 18:51:58 +0800 |
commit | c18b1a282eba46ca6276db6adbbd2574bbbe0335 (patch) | |
tree | ae18db5e53b8dc7dbd4ce8e2d3f0eec05e53d1f4 /sysutils/pwg/Makefile | |
parent | 7c20129d4b77f82884759fd6a822fe16674928c7 (diff) | |
download | freebsd-ports-gnome-c18b1a282eba46ca6276db6adbbd2574bbbe0335.tar.gz freebsd-ports-gnome-c18b1a282eba46ca6276db6adbbd2574bbbe0335.tar.zst freebsd-ports-gnome-c18b1a282eba46ca6276db6adbbd2574bbbe0335.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr
Diffstat (limited to 'sysutils/pwg/Makefile')
-rw-r--r-- | sysutils/pwg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/pwg/Makefile b/sysutils/pwg/Makefile index f44df02e8b51..67e882b93e63 100644 --- a/sysutils/pwg/Makefile +++ b/sysutils/pwg/Makefile @@ -24,7 +24,6 @@ USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.mk> |