mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark broken on alpha (.got subsegment exceeds 64k)
This commit is contained in:
parent
d3e3b64b15
commit
ec7807a252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134447
1 changed files with 7 additions and 1 deletions
|
@ -27,6 +27,12 @@ USE_REINPLACE= yes
|
|||
NO_WRKSUBDIR= yes
|
||||
MAXOBV?= 20000 # Make bigger if you need more observations/variable
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not link on alpha (.got subsegment exceeds 64k)"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${INSTALL_DATA} ${FILESDIR}/Makefile.tmpl ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's;%%LOCALBASE%%;${LOCALBASE};g ; \
|
||||
|
@ -44,4 +50,4 @@ post-install:
|
|||
${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue