diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-24 23:36:28 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-24 23:36:28 +0800 |
commit | 35383b39c7915bd0145b1df1b8b615ff4370f9af (patch) | |
tree | d21a1489f10547943cd84f8c5be5cfb4f58110c4 /converters | |
parent | 2946a7a50cb5d3dfa182f6e7a3690b741ebc3cc5 (diff) | |
download | freebsd-ports-gnome-35383b39c7915bd0145b1df1b8b615ff4370f9af.tar.gz freebsd-ports-gnome-35383b39c7915bd0145b1df1b8b615ff4370f9af.tar.zst freebsd-ports-gnome-35383b39c7915bd0145b1df1b8b615ff4370f9af.zip |
- Mark BROKEN:
pdf2djvu.cc: In function 'int xmain(int, char* const*)':
pdf2djvu.cc:1335: error: no matching function for call to 'pdf::Renderer::startDoc(XRef*)'
/usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*)
pdf2djvu.cc:1336: error: no matching function for call to 'MutedRenderer::startDoc(XRef*)'
/usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*)
pdf2djvu.cc:1340: error: no matching function for call to 'MutedRenderer::startDoc(XRef*)'
/usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*)
gmake: *** [pdf2djvu.o] Error 1
*** [do-build] Error code 1
- Add explicit pkgconf dependency [1]
- Trim header
PR: ports/177306 [1]
Reported by: John Marino <draco@marino.st> [1]
With hat: portmgr
Diffstat (limited to 'converters')
-rw-r--r-- | converters/pdf2djvu/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index d36df0214074..c0bd065c8f5a 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdf2djvu -# Date created: 7 Mar 2008 -# Whom: Denise H. G. <darcsis@gmail.com> -# +# Created by: Denise H. G. <darcsis@gmail.com> # $FreeBSD$ -# PORTNAME= pdf2djvu PORTVERSION= 0.5.11 @@ -23,6 +19,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=-pthread CPPFLAGS+= -I${LOCALBASE}/include USE_GMAKE= yes +USE_PKGCONFIG= yes + +BROKEN= does not build PLIST_FILES= bin/pdf2djvu MAN1= pdf2djvu.1 |