diff options
-rw-r--r-- | devel/cppadvio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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++ ) |