Date: Tue, 2 Sep 2014 23:11:12 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Kurt Jaeger <pi@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r367081 - in head/security/libgcrypt: . files Message-ID: <20140902231112.3cf02f02@kalimero.tijl.coosemans.org> In-Reply-To: <201409022047.s82Klian051915@svn.freebsd.org> References: <201409022047.s82Klian051915@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Sep 2014 20:47:44 +0000 (UTC) Kurt Jaeger <pi@FreeBSD.org> wrote: > Author: pi > Date: Tue Sep 2 20:47:43 2014 > New Revision: 367081 > URL: http://svnweb.freebsd.org/changeset/ports/367081 > QAT: https://qat.redports.org/buildarchive/r367081/ > > Log: > security/libgcrypt: fix build without assembler on 8.x/amd64 > > PR: 192555 > Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> > Approved by: maintainer (timeout) > > Added: > head/security/libgcrypt/files/extra-patch-configure (contents, props changed) > Modified: > head/security/libgcrypt/Makefile > > Modified: head/security/libgcrypt/Makefile > ============================================================================== > --- head/security/libgcrypt/Makefile Tue Sep 2 20:35:33 2014 (r367080) > +++ head/security/libgcrypt/Makefile Tue Sep 2 20:47:43 2014 (r367081) > @@ -2,7 +2,7 @@ > > PORTNAME= libgcrypt > PORTVERSION= 1.6.1 > -PORTREVISION= 3 > +PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_GNUPG} > MASTER_SITE_SUBDIR= ${PORTNAME} > @@ -41,10 +41,6 @@ CONFIGURE_ARGS+= --disable-asm > CONFIGURE_ARGS+= --disable-aesni-support > .endif > > -.elif ${ARCH} == "amd64" > -.if (${OSVERSION} < 900000) > -USE_GCC= yes > -.endif > CONFIGURE_ARGS+= --disable-drng-support > > .endif Did you mean to remove that .elif? It changes the effect of that CONFIGURE_ARGS+=--disable-drng-support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140902231112.3cf02f02>