mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
security/libgcrypt: Remove BROKEN on powerpc
- Remove BROKEN on powerpc [1] - Enable STAGE support PR: ports/183066 Submitted by: jhibbits Approved by: maintainer timeout (1 month)
This commit is contained in:
parent
55c37aca95
commit
2949ca87af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336421
@ -28,14 +28,10 @@ DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README \
|
||||
INFO= gcrypt
|
||||
PORTDOCS= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.if (${OSVERSION} >= 1000000)
|
||||
BROKEN= will not compile. See pr ports/166388
|
||||
.endif
|
||||
|
||||
.elif ${ARCH} == "armv6"
|
||||
USE_GCC=4.2+
|
||||
@ -58,8 +54,8 @@ pre-configure:
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
regression-test: build
|
||||
|
Loading…
Reference in New Issue
Block a user