diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2013-08-20 05:31:34 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2013-08-20 05:31:34 +0000 |
commit | f7ad576ccaab6620f8c2b127d00fc363842c3ad4 (patch) | |
tree | 1cb1080a964198832e8bd678670491086a817964 /security/libgcrypt | |
parent | ea55283502f74f7b86e9f8a5fe866fedde87a294 (diff) |
Notes
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 6898cc8a7057..aa32af3fee83 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -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 |