diff options
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index a06c5b672592..4de93c232079 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -29,7 +29,7 @@ USE_GNOME= yes .endif pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure |