mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Does not compile on any sparc64 version.
This commit is contained in:
parent
6750e477b6
commit
23ece2ff22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277770
1 changed files with 2 additions and 5 deletions
|
@ -22,11 +22,8 @@ PLIST_DIRS= %%DATADIR%%
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "ia64"
|
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||||
BROKEN= does not compile on ia64
|
BROKEN= does not compile on ia64 or sparc64
|
||||||
.endif
|
|
||||||
.if ${ARCH} == "sparc64" && ${OSVERSION} < 800000
|
|
||||||
BROKEN= does not install on sparc64-7
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue