mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix nettle build with clang on i386: correct assembly
PR: ports/159773 Submitted by: rene
This commit is contained in:
parent
1c81270cfc
commit
0ae7fe0c5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279950
@ -36,6 +36,10 @@ EXAMPLES= examples/*.c examples/*.h
|
||||
|
||||
INFO= nettle
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/[[:<:]]sub[[:>:]]/subl/' \
|
||||
${WRKSRC}/x86/camellia-crypt-internal.asm
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user