--- /usr/ports/security/libgcrypt/Makefile 2014-08-06 00:13:29.000000000 +0200 +++ /usr/ports/security/libgcrypt/Makefile 2014-08-10 20:02:29.000000000 +0200 @@ -2,7 +2,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -43,7 +43,7 @@ .elif ${ARCH} == "amd64" .if (${OSVERSION} < 900000) -USE_GCC= yes +USE_GCC= any .endif CONFIGURE_ARGS+= --disable-drng-support --- /usr/ports/security/libgcrypt/files/patch-configure 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/security/libgcrypt/files/patch-configure 2014-08-10 19:53:05.000000000 +0200 @@ -0,0 +1,11 @@ +--- configure.orig 2014-08-10 19:51:24.000000000 +0200 ++++ configure 2014-08-10 19:52:26.000000000 +0200 +@@ -16493,7 +16493,7 @@ + $as_echo "$gcry_cv_gcc_amd64_platform_as_ok" >&6; } + if test "$gcry_cv_gcc_amd64_platform_as_ok" = "yes" ; then + +-$as_echo "#define HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS 1" >>confdefs.h ++$as_echo "#undef HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS" >>confdefs.h + + fi + fi