mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
BROKEN on alpha 4.x: Does not compile
This commit is contained in:
parent
b4781fbeea
commit
4049bbf31d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103856
1 changed files with 7 additions and 1 deletions
|
@ -21,6 +21,12 @@ ALL_TARGET= lib
|
|||
USE_GMAKE= yes
|
||||
USE_GCC= 2.95
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on alpha 4.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@( cd ${WRKSRC}; ${MV} c++ c++.orig; \
|
||||
${SED} -e 's|^ *gcc|${CXX} ${CXXFLAGS}|' c++.orig > c++; ${CHMOD} +x c++ )
|
||||
|
@ -45,4 +51,4 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cppadvio
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue