svn commit: r411557 - head/security/gnutls

Tijl Coosemans tijl at FreeBSD.org
Mon Mar 21 12:03:41 UTC 2016


Author: tijl
Date: Mon Mar 21 12:03:40 2016
New Revision: 411557
URL: https://svnweb.freebsd.org/changeset/ports/411557

Log:
  - Take maintainer.
  - Fix a build problem with upcoming libc++.
  
  PR:		207768, 208175
  Approved by:	bdrewery (maintainer)

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Mon Mar 21 11:50:14 2016	(r411556)
+++ head/security/gnutls/Makefile	Mon Mar 21 12:03:40 2016	(r411557)
@@ -6,7 +6,7 @@ PORTREVISION=	3
 CATEGORIES=	security net
 MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R:R}
 
-MAINTAINER=	bdrewery at FreeBSD.org
+MAINTAINER=	tijl at FreeBSD.org
 COMMENT=	GNU Transport Layer Security library
 
 LICENSE=	GPLv3 LGPL21
@@ -24,7 +24,8 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-guile \
 		--disable-silent-rules \
-		--enable-local-libopts
+		--enable-local-libopts \
+		ac_cv_type_max_align_t=yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV=	MAKEINFOFLAGS=--no-split


More information about the svn-ports-all mailing list