mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark broken on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
a4e320f380
commit
c7075e6fb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471731
1 changed files with 5 additions and 4 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue