From 6ba4963f2d44a3800aa81146f6e8c9515cdfc773 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 19 Apr 2004 12:53:55 +0000 Subject: BROKEN: Does not compile on alpha 4.x # This is probably broken on all !i386 platforms, but it depends on gcc # 2.95, and alpha 4.x is the only non-i386 platform where that builds. --- devel/cppadvio/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel') diff --git a/devel/cppadvio/Makefile b/devel/cppadvio/Makefile index 561f0cdc3881..aa3c391ab08c 100644 --- a/devel/cppadvio/Makefile +++ b/devel/cppadvio/Makefile @@ -23,6 +23,10 @@ USE_GCC= 2.95 .include +.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++ ) -- cgit