From 3e2fd4b788942461b3fbd53d7edac9a1abc3488e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 00:50:28 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- ftp/curlpp/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ftp/curlpp/Makefile') diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 9135974902ce..aa24bdcc5db9 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -24,12 +24,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --disable-ewarning USE_LDCONFIG= yes -.include - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Does not compile on alpha 4.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in @@ -42,4 +36,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3