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:
parent
d5bf9e60d1
commit
e43831a81a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200511
@ -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' \
|
||||
|
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user