Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 23:59:04 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334906 - head/security/gnutls3
Message-ID:  <201311252359.rAPNx4NO098520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Nov 25 23:59:04 2013
New Revision: 334906
URL: http://svnweb.freebsd.org/changeset/ports/334906

Log:
  security/gnutls3: fix build without autogen
  
  PR:		ports/184279
  Submitted by:	mandree

Modified:
  head/security/gnutls3/Makefile

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Mon Nov 25 22:49:29 2013	(r334905)
+++ head/security/gnutls3/Makefile	Mon Nov 25 23:59:04 2013	(r334906)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgpg-error.so:${PORTSDIR}
 		libidn.so:${PORTSDIR}/dns/libidn \
 		libtspi.so:${PORTSDIR}/security/trousers
 
-GNUTLS_SUFFIX=3
+GNUTLS_SUFFIX=	3
 
 USES=		gmake iconv pkgconfig
 USE_AUTOTOOLS=	libtool
@@ -34,7 +34,8 @@ CONFIGURE_ARGS=	--program-suffix=${GNUTL
 			--disable-guile \
 			--disable-nls \
 			--disable-silent-rules \
-			--disable-hardware-acceleration
+			--disable-hardware-acceleration \
+			--enable-local-libopts
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${GNUTLS_SUFFIX}
 EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME}${GNUTLS_SUFFIX}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311252359.rAPNx4NO098520>