aboutsummaryrefslogtreecommitdiff
path: root/devel/cppadvio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-19 12:53:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-19 12:53:55 +0000
commit90fc39e5b7c778ba6a92d20d5fc1a284fb64caf1 (patch)
treeee07a44e77e5cab844d5733ccd0a1dd60f1fd9e1 /devel/cppadvio
parenta64412f2a40ea0e96db97ab1f17adf7077dcece3 (diff)
downloadports-90fc39e5b7c778ba6a92d20d5fc1a284fb64caf1.tar.gz
ports-90fc39e5b7c778ba6a92d20d5fc1a284fb64caf1.zip
Notes
Diffstat (limited to 'devel/cppadvio')
-rw-r--r--devel/cppadvio/Makefile4
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++ )