mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark as broken with gcc4.2 on amd64 and sparc64.
This commit is contained in:
parent
5d951b485a
commit
7b3e6b173c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200439
1 changed files with 9 additions and 1 deletions
|
@ -40,4 +40,12 @@ post-install:
|
||||||
@${INSTALL_SCRIPT} ${WRKSRC}/freebsd/chipcardd.sh ${PREFIX}/etc/rc.d
|
@${INSTALL_SCRIPT} ${WRKSRC}/freebsd/chipcardd.sh ${PREFIX}/etc/rc.d
|
||||||
@${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||||
|
BROKEN= Does not compile with GCC 4.2
|
||||||
|
.endif
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue