1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Mark as broken with gcc4.2 on 64-bit archs.

This commit is contained in:
Mark Linimon 2007-10-01 07:54:47 +00:00
parent d5bf9e60d1
commit e43831a81a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200511
2 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,12 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \
-e 's|/usr/src/local/Tcl-1.0\"|${LOCALBASE}/lib\"|g' \

View File

@ -31,6 +31,12 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \
-e 's|/usr/src/local/Tcl-1.0\"|${LOCALBASE}/lib\"|g' \