diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2017-08-22 12:05:45 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2017-08-22 12:05:45 +0000 |
commit | 5d476dc4edcd9fc6a95f285dea336da11cb7163e (patch) | |
tree | cb248b8b5aa6e569b506af2b808e687425672f84 | |
parent | 70dd7ffef98c1218875a890554cd1f185d96504f (diff) | |
download | pkgsrc-5d476dc4edcd9fc6a95f285dea336da11cb7163e.tar.gz |
Make sure the configure script picks up the correct copy of libintl
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 96e19064c63..7a3b1889a1a 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.173 2017/08/08 16:38:41 jlam Exp $ +# $NetBSD: Makefile,v 1.174 2017/08/22 12:05:45 jmcneill Exp $ DISTNAME= gnutls-3.5.13 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/ EXTRACT_SUFX= .tar.xz @@ -22,6 +23,7 @@ CONFIGURE_ARGS+= --disable-guile CONFIGURE_ARGS+= --disable-libdane CONFIGURE_ARGS+= --without-tpm CONFIGURE_ARGS+= --disable-valgrind-tests +CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} # Assembler support is broken for SunOS in 3.2.9. CONFIGURE_ARGS.SunOS+= --disable-hardware-acceleration CONFIGURE_ARGS.FreeBSD+=ac_cv_type_max_align_t=yes |