mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- mark BROKEN on FreeBSD10
This commit is contained in:
parent
28f2b79f67
commit
ddb5c28e3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349787
@ -20,6 +20,12 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} > 1000000
|
||||
.if ${CC} != gcc42
|
||||
BROKEN= needs gcc4.2 to compile
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for i in ${MAN1}
|
||||
${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/man/man1/
|
||||
|
Loading…
Reference in New Issue
Block a user