aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-07-24 15:51:26 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-07-24 15:51:26 +0000
commit3ef14ca9d086c611b3e934752a06e3072527ed02 (patch)
tree2b4eae95051e8f113c1fa50ec05963c9f2347694 /security/libgcrypt
parenta7bfbe2795e0bf7a90043e07febb6b222d2ac237 (diff)
downloadports-3ef14ca9d086c611b3e934752a06e3072527ed02.tar.gz
ports-3ef14ca9d086c611b3e934752a06e3072527ed02.zip
- Mark Broken for ppc
- Remove check for obsolete, unsupported OS version - pet portlint (space/vs tab, like 41, 44 of Makefile) PR: ports/166388 Submitted by: scheidell@ (me) Reported by: glevand <geoffrey.levand@mail.ru> Approved by: maintainer (timeout, 21 days)
Notes
Notes: svn path=/head/; revision=301475
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 75800fbf35e8..077feec7694e 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -35,16 +35,14 @@ INFO= gcrypt
.if ${ARCH} == "powerpc"
CONFIGURE_ARGS+= --disable-asm
+BROKEN= will not compile. See pr ports/166388
.elif ${ARCH} == "i386"
.if (${OSVERSION} < 900033)
-CONFIGURE_ARGS+= --disable-aesni-support
+CONFIGURE_ARGS+= --disable-aesni-support
#workaround for FreeBSD 10.0
.elif (${OSVERSION} >= 1000000)
-CONFIGURE_ARGS+= --disable-asm
-.endif
+CONFIGURE_ARGS+= --disable-asm
.endif
-.if (${OSVERSION} < 700000)
-CONFIGURE_ARGS+= --disable-padlock-support
.endif
post-patch: