pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Make sure the configure script picks u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/764134828697
branches:  trunk
changeset: 367033:764134828697
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Tue Aug 22 12:05:45 2017 +0000

description:
Make sure the configure script picks up the correct copy of libintl

diffstat:

 security/gnutls/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 00b20d4081dd -r 764134828697 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Tue Aug 22 09:05:33 2017 +0000
+++ b/security/gnutls/Makefile  Tue Aug 22 12:05:45 2017 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index