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

Collapse All | Expand All

(-)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
CFLAGS+=	-fno-asm
47
.endif
47
.endif
48
CONFIGURE_ARGS+=	--disable-drng-support
48
CONFIGURE_ARGS+=	--disable-drng-support
49
49

Return to bug 192555