diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-21 21:21:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-21 21:21:04 +0800 |
commit | fc39409b96e1c49f3424377c42c88367ea1ad016 (patch) | |
tree | 8ca265fd86a85ec42e228ea09e9ba5fcee43954d /multimedia/kissdx | |
parent | 239d7fd8c18157a4b20108103d1ebf5d843a2163 (diff) | |
download | freebsd-ports-gnome-fc39409b96e1c49f3424377c42c88367ea1ad016.tar.gz freebsd-ports-gnome-fc39409b96e1c49f3424377c42c88367ea1ad016.tar.zst freebsd-ports-gnome-fc39409b96e1c49f3424377c42c88367ea1ad016.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'multimedia/kissdx')
-rw-r--r-- | multimedia/kissdx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile index defcbd1903a8..728745cf5fa7 100644 --- a/multimedia/kissdx/Makefile +++ b/multimedia/kissdx/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgd.so:graphics/gd \ libdvdread.so:multimedia/libdvdread -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to compile: kissdx.c: nested functions are disabled, use -fnested-functions to re-enable USES= compiler:nestedfct dos2unix iconv jpeg MAKE_ENV= FreeBSD=defined |