From b233326cabc88c83bfb35fb369e9be208001e863 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 21 Jul 2010 21:56:07 +0000 Subject: - Mark BROKEN on amd64 7.x only (does not link here) Reported by: pointyhat --- deskutils/libgcal/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'deskutils/libgcal') diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile index bc59467da066..7f3ee671240e 100644 --- a/deskutils/libgcal/Makefile +++ b/deskutils/libgcal/Makefile @@ -25,8 +25,14 @@ CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ USE_LDCONFIG= yes USE_GCC= 4.2+ +.include + +.if ${ARCH} == "amd64" && (${OSVERSION} >= 700000 && ${OSVERSION} < 800000) +BROKEN= does not link +.endif + post-patch: @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/Makefile.am -.include +.include -- cgit v1.2.3