aboutsummaryrefslogtreecommitdiffstats
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2008-02-29 17:32:39 +0800
committerarved <arved@FreeBSD.org>2008-02-29 17:32:39 +0800
commit8f9eb80c6d8a5386ac8496292c6276c400876acd (patch)
tree56dfd0ddccc41cec86a5c4cbfe4dcb8adbcbe319 /security/libgcrypt
parent2ec6d3781710c2a1db4f64d62889c24483d212df (diff)
downloadfreebsd-ports-gnome-8f9eb80c6d8a5386ac8496292c6276c400876acd.tar.gz
freebsd-ports-gnome-8f9eb80c6d8a5386ac8496292c6276c400876acd.tar.zst
freebsd-ports-gnome-8f9eb80c6d8a5386ac8496292c6276c400876acd.zip
Disable padlock-support on 6.x
PR: 121207 Submitted by: ale, Mark Andrews
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index a6fd582255f0..447934dc56d7 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -31,6 +31,9 @@ INFO= gcrypt
.if ${ARCH} == "powerpc"
CONFIGURE_ARGS+= --disable-asm
.endif
+.if (${OSVERSION} < 700000)
+CONFIGURE_ARGS+= --disable-padlock-support
+.endif
post-patch:
@${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \