From ccc9781f9c3a8b728b4c871133cac0e7f6c197b5 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sat, 5 Sep 2015 13:26:23 +0000 Subject: [PATCH] Remove BROKEN statements for Tier-2 architectures: they do build fine on at least PowerPC and I could not find a reason (MD code, etc.) why they should fail on sparc64 or ia64 (and the latter is no longer supported in -CURRENT). --- graphics/openrm/Makefile | 8 +------- graphics/panoglview/Makefile | 2 -- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile index ff92e2678f5b..6e42bfb1148c 100644 --- a/graphics/openrm/Makefile +++ b/graphics/openrm/Makefile @@ -45,12 +45,6 @@ DEMO_DISTFILE= ${DISTNAME:S,-devel-,-demo-,}${EXTRACT_SUFX} DEMO_WRKSRC= ${WRKDIR}/rmdemo .endif -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - post-patch: .if ${PORT_OPTIONS:MEXAMPLES} ${REINPLACE_CMD} -e \ @@ -83,4 +77,4 @@ do-install: ${INSTALL_DATA} ${DEMO_WRKSRC}/data/* ${STAGEDIR}${EXAMPLESDIR}/data .endif -.include +.include diff --git a/graphics/panoglview/Makefile b/graphics/panoglview/Makefile index 0774ce445c95..edf05c36752c 100644 --- a/graphics/panoglview/Makefile +++ b/graphics/panoglview/Makefile @@ -27,6 +27,4 @@ WX_CONF_ARGS= relative PLIST_FILES= bin/panoglview -BROKEN_powerpc= Does not configure on powerpc - .include