diff options
author | tron <tron> | 2001-05-16 20:23:40 +0000 |
---|---|---|
committer | tron <tron> | 2001-05-16 20:23:40 +0000 |
commit | a7fdc5cb6ee5c88342b2d412c8572de9dcf31023 (patch) | |
tree | 83daf274f7883e43e252c7674c7876577b7d060f /net/gftp | |
parent | 58dabeba00c6a261899c2479d1a111ba509be948 (diff) | |
download | pkgsrc-a7fdc5cb6ee5c88342b2d412c8572de9dcf31023.tar.gz |
Add missing "USE_LIBINTL= YES" to avoid build problems on systems with
"libintl" in base distribution.
Diffstat (limited to 'net/gftp')
-rw-r--r-- | net/gftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile index cac45a91cb0..d49fa5c7932 100644 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/05/15 07:56:43 rh Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/16 20:23:40 tron Exp $ DISTNAME= gftp-2.0.8 CATEGORIES= net @@ -12,7 +12,8 @@ COMMENT= multithreaded ftp client for *NIX based machines running X11R6 DEPENDS+= gtk+>=1.2.3:../../x11/gtk -GNU_CONFIGURE= yes +GNU_CONFIGURE= YES CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}" +USE_LIBINTL= YES .include "../../mk/bsd.pkg.mk" |