diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 12:53:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 12:53:55 +0000 |
commit | 90fc39e5b7c778ba6a92d20d5fc1a284fb64caf1 (patch) | |
tree | ee07a44e77e5cab844d5733ccd0a1dd60f1fd9e1 /devel/cppadvio | |
parent | a64412f2a40ea0e96db97ab1f17adf7077dcece3 (diff) | |
download | ports-90fc39e5b7c778ba6a92d20d5fc1a284fb64caf1.tar.gz ports-90fc39e5b7c778ba6a92d20d5fc1a284fb64caf1.zip |
Notes
Diffstat (limited to 'devel/cppadvio')
-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++ ) |