- Mark Broken for ppc
- Remove check for obsolete, unsupported OS version - pet portlint (space/vs tab, like 41, 44 of Makefile) PR: ports/166388 Submitted by: scheidell@ (me) Reported by: glevand <geoffrey.levand@mail.ru> Approved by: maintainer (timeout, 21 days)
This commit is contained in:
parent
a7bfbe2795
commit
3ef14ca9d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301475
1 changed files with 3 additions and 5 deletions
|
@ -35,17 +35,15 @@ INFO= gcrypt
|
|||
|
||||
.if ${ARCH} == "powerpc"
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
BROKEN= will not compile. See pr ports/166388
|
||||
.elif ${ARCH} == "i386"
|
||||
.if (${OSVERSION} < 900033)
|
||||
CONFIGURE_ARGS+= --disable-aesni-support
|
||||
CONFIGURE_ARGS+= --disable-aesni-support
|
||||
#workaround for FreeBSD 10.0
|
||||
.elif (${OSVERSION} >= 1000000)
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.endif
|
||||
.endif
|
||||
.if (${OSVERSION} < 700000)
|
||||
CONFIGURE_ARGS+= --disable-padlock-support
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
|
||||
|
|
Loading…
Reference in a new issue