aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-06-05 07:18:21 +0800
committerlinimon <linimon@FreeBSD.org>2018-06-05 07:18:21 +0800
commit9a53279a5cb320a8bc186123749459ee9e03cee5 (patch)
tree6639e823220d54f96aa094b27c7747db6e683822
parent0820c0841e48f88e6565a55c9762ff3aaa391c76 (diff)
downloadfreebsd-ports-gnome-9a53279a5cb320a8bc186123749459ee9e03cee5.tar.gz
freebsd-ports-gnome-9a53279a5cb320a8bc186123749459ee9e03cee5.tar.zst
freebsd-ports-gnome-9a53279a5cb320a8bc186123749459ee9e03cee5.zip
Mark broken on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
-rw-r--r--devel/directfb/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index b2ff55db713a..405a1ff046e2 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -12,6 +12,11 @@ COMMENT= Graphic development lightweight API
LICENSE= LGPL21
+BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory
+BROKEN_armv6= fails to compile: invokes x86 assembler
+BROKEN_armv7= fails to compile: invokes x86 assembler
+BROKEN_powerpc64= fails to install: include/directfb/direct/ppc_asm.h:No such file or directory
+
LIB_DEPENDS= libpng.so:graphics/png
OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS
@@ -28,10 +33,6 @@ USE_LDCONFIG= yes
USE_PERL5= build
PORTDOCS= *
-BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory
-BROKEN_armv6= fails to compile: invokes x86 assembler
-BROKEN_armv7= fails to compile: invokes x86 assembler
-
DIRECTFB_SHLIB= 6.0.11 # LT_BINARY.LT_AGE.LT_REVISION
DIRECTFB_BIN= ${DIRECTFB_SHLIB:R:R} # LT_BINARY
PLIST_SUB+= DIRECTFB_VERSION="${PORTVERSION}" \