BROKEN on ia64: Hard-codes references to libc_r
This commit is contained in:
parent
eb8bd41502
commit
82e5277666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124262
@ -50,6 +50,10 @@ MAN5= directfbrc.5
|
||||
BROKEN= "Does not compile on alpha 5.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Hard-codes references to libc_r"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
|
||||
|
Loading…
Reference in New Issue
Block a user