From 11a96072fc2ce9b1f5cad2ece7e83cfd10bee51c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 14 Mar 2004 01:39:30 +0000 Subject: BROKEN on alpha 4.x: Does not compile --- ftp/curlpp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ftp/curlpp') diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 1ce2e7b63afb..2aa2fdbdcf09 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -26,6 +26,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --disable-ewarning INSTALLS_SHLIB= yes +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Does not compile on alpha 4.x" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @@ -33,4 +39,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/test/example*.cpp ${EXAMPLESDIR} .endif -.include +.include -- cgit v1.2.3