View | Details | Raw Unified | Return to bug 192555 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/security/libgcrypt/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libgcrypt
3
PORTNAME=	libgcrypt
4
PORTVERSION=	1.6.1
4
PORTVERSION=	1.6.1
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	${MASTER_SITE_GNUPG}
7
MASTER_SITES=	${MASTER_SITE_GNUPG}
8
MASTER_SITE_SUBDIR=	${PORTNAME}
8
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 43-49 Link Here
43
43
44
.elif ${ARCH} == "amd64"
44
.elif ${ARCH} == "amd64"
45
.if (${OSVERSION} < 900000)
45
.if (${OSVERSION} < 900000)
46
USE_GCC=	yes
46
USE_GCC=	any
47
.endif
47
.endif
48
CONFIGURE_ARGS+=	--disable-drng-support
48
CONFIGURE_ARGS+=	--disable-drng-support
49
49
(-)/usr/ports/security/libgcrypt/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2014-08-10 19:51:24.000000000 +0200
2
+++ configure	2014-08-10 19:52:26.000000000 +0200
3
@@ -16493,7 +16493,7 @@
4
 $as_echo "$gcry_cv_gcc_amd64_platform_as_ok" >&6; }
5
   if test "$gcry_cv_gcc_amd64_platform_as_ok" = "yes" ; then
6
 
7
-$as_echo "#define HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS 1" >>confdefs.h
8
+$as_echo "#undef HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS" >>confdefs.h
9
 
10
   fi
11
 fi

Return to bug 192555