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

Collapse All | Expand All

(-)security/libgcrypt/Makefile (-2 / +4 lines)
Lines 48-57 Link Here
48
	${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S
48
	${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S
49
49
50
# Fix build without ASM on 8.x/amd64
50
# Fix build without ASM on 8.x/amd64
51
.if ${OPSYS} == FreeBSD && ${ARCH} == "amd64" && ${OSVERSION} < 900000
51
.if ${OPSYS} == FreeBSD && ${ARCH} == "amd64"
52
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-configure
53
.if ${OSVERSION} < 900000
52
USE_GCC=	any
54
USE_GCC=	any
53
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-configure
54
.endif
55
.endif
56
.endif
55
57
56
.if ${PORT_OPTIONS:MDOCS}
58
.if ${PORT_OPTIONS:MDOCS}
57
post-install:
59
post-install:

Return to bug 196674