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

Collapse All | Expand All

(-)Makefile 2021-03-17 16:12:29.754098000 +0200 (+5 lines)
Lines 2-7 Link Here
2
PORTNAME=      libgcrypt
2
PORTNAME=      libgcrypt
3
PORTVERSION=   1.9.2
3
PORTVERSION=   1.9.2
4
PORTREVISION=  1
4
CATEGORIES=    security
5
CATEGORIES=    security
5
MASTER_SITES=  GNUPG
6
MASTER_SITES=  GNUPG
Lines 36-41 Link Here
36
.if ${ARCH} == "powerpc"
37
.if ${ARCH} == "powerpc"
37
CONFIGURE_ARGS+=       --disable-asm
38
CONFIGURE_ARGS+=       --disable-asm
39
.endif
40
41
.if ${ARCH} == "armv6"
42
CONFIGURE_ARGS+= 	--disable-jent-support
38
.endif
43
.endif
39
post-patch:
44
post-patch:

Return to bug 253698