diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 17:11:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 17:11:48 +0800 |
commit | 20a85c6553bf6b6285842fdf8fb07445be39b3e6 (patch) | |
tree | 27f8fcebff4d6e06ec30885c8f32068fd9c3044f | |
parent | bcca4e9bf98fe7b0bbbd7bfd9636923a090292ee (diff) | |
download | freebsd-ports-gnome-20a85c6553bf6b6285842fdf8fb07445be39b3e6.tar.gz freebsd-ports-gnome-20a85c6553bf6b6285842fdf8fb07445be39b3e6.tar.zst freebsd-ports-gnome-20a85c6553bf6b6285842fdf8fb07445be39b3e6.zip |
Mark as broken on arm64. While here, pet portlint.
-rw-r--r-- | x11/metisse/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile index c74a2a39025f..79afe5b8a526 100644 --- a/x11/metisse/Makefile +++ b/x11/metisse/Makefile @@ -12,12 +12,14 @@ COMMENT= Innovative X-based window system LICENSE= GPLv3 -CONFLICTS= fvwm-1.* fvwm-2.* - LIB_DEPENDS= libNucleo.so:x11-toolkits/nucleo \ libpng.so:graphics/png RUN_DEPENDS= xorg-fonts>0:x11-fonts/xorg-fonts +CONFLICTS= fvwm-1.* fvwm-2.* + +BROKEN_arm64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 + USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \ ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.6.in \ |