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 /textproc/pdfgrep | |
parent | 6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff) | |
download | ports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.tar.gz 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
Notes
Notes:
svn path=/head/; revision=441494
Diffstat (limited to 'textproc/pdfgrep')
-rw-r--r-- | textproc/pdfgrep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 2243118e859e..6d70334f28ce 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libpoppler.so:graphics/poppler +BROKEN_powerpc64= fails to link: pdfgrep.cc: undefined reference to poppler::set_debug_error_function + GNU_CONFIGURE= yes USES= compiler:c++11-lib gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" |