diff options
author | tron <tron@pkgsrc.org> | 2001-05-16 20:23:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-05-16 20:23:40 +0000 |
commit | 5da9c93eaa2aaad88d2c573e16c485e9dd1809b5 (patch) | |
tree | 83daf274f7883e43e252c7674c7876577b7d060f | |
parent | 8d4299ab39989cf610ab06f98138156ddd147e5a (diff) | |
download | pkgsrc-5da9c93eaa2aaad88d2c573e16c485e9dd1809b5.tar.gz |
Add missing "USE_LIBINTL= YES" to avoid build problems on systems with
"libintl" in base distribution.
-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" |