diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
commit | 197f08abf4fd25e8493f6391ed2c5cac9671e9bb (patch) | |
tree | ac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /sysutils/logstalgia | |
parent | 6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff) | |
download | freebsd-ports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.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 'sysutils/logstalgia')
-rw-r--r-- | sysutils/logstalgia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 093b80ceedf8..eb1533b21519 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libpng.so:graphics/png \ libftgl.so:graphics/ftgl +BROKEN_powerpc64= fails to compile: custom.cpp: 'sscanf' was not declared in this scope + USE_GITHUB= yes GH_ACCOUNT= acaudwell GH_PROJECT= Logstalgia:DEFAULT Core:core |