diff options
author | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
commit | 5f8cfeecdfe3b38a23300470e9b836ada7916daa (patch) | |
tree | 0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /graphics | |
parent | 59a089f597ea0dba8f7962c3c2153b0d9444e15a (diff) | |
download | freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.gz freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.zst freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.zip |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/agave/Makefile | 2 | ||||
-rw-r--r-- | graphics/code-eli/Makefile | 2 | ||||
-rw-r--r-- | graphics/s10sh/Makefile | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index d5ca65ee66bb..cb8820c4f3b2 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -34,6 +34,8 @@ OPTIONS_DEFINE= GNOME GNOME_USE= gnome=libgnomeui GNOME_CONFIGURE_ENABLE= gnome +BROKEN_aarch64= Fails to compile: variable has incomplete type union compat_IEEEl2bits + post-patch: @${REINPLACE_CMD} -e \ 's| _GCS_| __GCS_|' ${WRKSRC}/src/gcs-conf.h diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index 93ff1b0624fe..bf45528087f1 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -33,6 +33,8 @@ DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen DOXYGEN_ALL_TARGET= doc DOXYGEN_PORTDOCS= html latex +BROKEN_armv6= Fails to compile: undefined reference to cbrtl + post-patch-EXAMPLES-off: ${REINPLACE_CMD} \ -e 's/add_subdirectory(example)//g' \ diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index fa78ce9146f5..e58027774115 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h +BROKEN_armv6= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h USES= ncurses readline |