svn commit: r325029 - head/security/libgcrypt
Rui Paulo
rpaulo at FreeBSD.org
Tue Aug 20 05:31:35 UTC 2013
Author: rpaulo (src committer)
Date: Tue Aug 20 05:31:34 2013
New Revision: 325029
URL: http://svnweb.freebsd.org/changeset/ports/325029
Log:
Use GCC 4.2+ on armv6.
Reviewed by: umq
Approved by: umq
Modified:
head/security/libgcrypt/Makefile
Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile Tue Aug 20 04:45:54 2013 (r325028)
+++ head/security/libgcrypt/Makefile Tue Aug 20 05:31:34 2013 (r325029)
@@ -36,6 +36,9 @@ CONFIGURE_ARGS+= --disable-asm
BROKEN= will not compile. See pr ports/166388
.endif
+.elif ${ARCH} == "armv6"
+USE_GCC=4.2+
+
.elif ${ARCH} == "i386"
.if (${OSVERSION} < 900033)
CONFIGURE_ARGS+= --disable-aesni-support
More information about the svn-ports-all
mailing list