diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:51:58 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:51:58 +0000 |
commit | 100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9 (patch) | |
tree | ae18db5e53b8dc7dbd4ce8e2d3f0eec05e53d1f4 /sysutils/pwg | |
parent | 298de7b9f06266310120b24ed8c489ca75032733 (diff) | |
download | ports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.tar.gz ports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.zip |
Notes
Diffstat (limited to 'sysutils/pwg')
-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> |