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/htmltolatex | |
parent | 6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff) |
Notes
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r-- | textproc/htmltolatex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index a2d08eaa3fe1..5687a02c2df1 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/copying.txt LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick +BROKEN_powerpc64= fails to link: libGraphicsMagick++.so: undefined reference to std::__cxx11::basic_string + USES= bison gmake MAKEFILE= GNUmakefile MAKE_JOBS_UNSAFE= yes |