diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-21 12:03:40 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-21 12:03:40 +0000 |
commit | eaeb84f225c640b40ab1906e822d381406ec5213 (patch) | |
tree | d42ed05ed017a83d514b66822f74fde6c9598e16 /security/gnutls | |
parent | 5c6a64b52cce2818ffc84962b9022f21c4f9d912 (diff) | |
download | ports-eaeb84f225c640b40ab1906e822d381406ec5213.tar.gz ports-eaeb84f225c640b40ab1906e822d381406ec5213.zip |
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index b9ac4c3600a1..ca51b38308a3 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R:R} -MAINTAINER= bdrewery@FreeBSD.org +MAINTAINER= tijl@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 |