From 8f9eb80c6d8a5386ac8496292c6276c400876acd Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 29 Feb 2008 09:32:39 +0000 Subject: Disable padlock-support on 6.x PR: 121207 Submitted by: ale, Mark Andrews --- security/libgcrypt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'security/libgcrypt/Makefile') 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}|" \ -- cgit