diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
commit | b2053786ce53da051a1e5756f7cbe55aa50180dc (patch) | |
tree | d22ee47f309af4f98bfeb96fd87674677e46b434 /ftp/pavuk | |
parent | 266f7e411b0de527c9763fb14af2aa0e226051cc (diff) | |
download | ports-b2053786ce53da051a1e5756f7cbe55aa50180dc.tar.gz ports-b2053786ce53da051a1e5756f7cbe55aa50180dc.zip |
Notes
Diffstat (limited to 'ftp/pavuk')
-rw-r--r-- | ftp/pavuk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index d3a5fa257bb1..5def0392b48e 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -39,10 +39,6 @@ DANTE_CONFIGURE_ON= --with-socks-includes=${LOCALBASE}/include \ DANTE_LIB_DEPENDS= libsocks.so:${PORTSDIR}/net/dante pre-patch: - @${REINPLACE_CMD} -e \ - 's|-pthread -DHAVE_MT|${PTHREAD_CFLAGS} -DHAVE_MT|g ; \ - s|-pthread|${PTHREAD_LIBS}|g ; \ - s|-lpthreads|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(datadir)/icons|$$(pkgdatadir)/icons|g' |