mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue