1
0
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:
Johan van Selst 2011-08-18 08:39:56 +00:00
parent 1c81270cfc
commit 0ae7fe0c5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279950

View File

@ -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}