diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2010-01-18 16:09:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2010-01-18 16:09:40 +0000 |
commit | 14ea5c36f863e1fe7dbaa6bd65b6721731241f9b (patch) | |
tree | 7f6bb473bc4807d1b12bd83f18d09d61e9273ab3 /ftp/gftp/Makefile | |
parent | Make fetchable again. (diff) |
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/Makefile | 1 |
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|' \ |