From 24593747335954fd9eca577b474b65322306edc4 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 29 May 2009 04:41:42 +0000 Subject: Mark as broken on sparc64: fails to compile. --- www/libxul/Makefile | 8 +++++++- www/webkit-gtk2/Makefile | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 4917f7c1ee79..c010e98383c2 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -47,6 +47,12 @@ MOZ_PKGCONFIG_FILES= libxul-embedding-unstable libxul-embedding \ libxul-unstable libxul mozilla-gtkmozembed-embedding \ mozilla-gtkmozembed mozilla-js mozilla-nss mozilla-plugin +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-patch: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ ${WRKSRC}/storage/build/Makefile.in \ @@ -58,4 +64,4 @@ post-build: s|%%MOZ_LIBDIR%%|${PREFIX}/lib/${MOZILLA}|g" \ ${WRKSRC}/xulrunner/installer/*.pc.in || ${TRUE} -.include +.include diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 87f772f6becd..9fe4e2b6385a 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -45,6 +45,10 @@ OPTIONS= VIDEO "Enable video support" on .include +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if defined(WITH_VIDEO) USE_GSTREAMER+= gnomevfs CONFIGURE_ARGS+=--enable-video -- cgit v1.2.3