aboutsummaryrefslogtreecommitdiff
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2010-01-18 16:09:40 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2010-01-18 16:09:40 +0000
commit14ea5c36f863e1fe7dbaa6bd65b6721731241f9b (patch)
tree7f6bb473bc4807d1b12bd83f18d09d61e9273ab3 /ftp/gftp/Makefile
parent9d5d3b37dcf407f96a4f77c8cab79a1fc657dd16 (diff)
downloadports-14ea5c36f863e1fe7dbaa6bd65b6721731241f9b.tar.gz
ports-14ea5c36f863e1fe7dbaa6bd65b6721731241f9b.zip
do not include utmp.h or utmpx.h at all - it is just not needed
Notes
Notes: svn path=/head/; revision=248103
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r--ftp/gftp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index b8845206e311..e09e984a0043 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -69,7 +69,6 @@ PLIST_SUB+= MYGNOME="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
- s|pty.h|utmpx.h &|g ; \
s|"-lssl |& -lcrypto|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|size_t dest_len|size_t *dest_len|g ; \
s|\(gftp_filename_from_utf8 (gftp_request \* request,\) int force_local,|\1|' \