mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Set NOPORTDOCS in the USE_RUBY_RD case on alpha, because it is causing
coredumps. Submitted by: knu
This commit is contained in:
parent
10b96c5f1b
commit
4626da2093
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67297
@ -361,6 +361,10 @@ BUILD_DEPENDS+= ${DEPEND_RUBY_AMSTD}
|
||||
RUN_DEPENDS+= ${DEPEND_RUBY_AMSTD}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == alpha && defined(USE_RUBY_RD)
|
||||
NOPORTDOCS= yes
|
||||
.endif
|
||||
|
||||
.if defined(USE_RUBY_RD) && !defined(NOPORTDOCS)
|
||||
BUILD_DEPENDS+= ${DEPEND_RUBY_RD2}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user