ports/102711: [PATCH] graphics/poppler: fix cairo option
Shane Bell
decept0 at gmail.com
Thu Aug 31 01:30:22 UTC 2006
>Number: 102711
>Category: ports
>Synopsis: [PATCH] graphics/poppler: fix cairo option
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 31 01:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Shane Bell
>Release:
>Organization:
>Environment:
>Description:
At the moment the option for cairo support is useless, this fixes that.
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/graphics/poppler/Makefile poppler/Makefile
--- /usr/ports/graphics/poppler/Makefile Thu Aug 31 13:21:18 2006
+++ poppler/Makefile Thu Aug 31 13:19:55 2006
@@ -15,8 +15,6 @@
MAINTAINER?= gnome at FreeBSD.org
COMMENT?= A PDF rendering library
-LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
-
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
@@ -61,6 +59,8 @@
--disable-poppler-qt4 --disable-utils
.if defined(WITHOUT_CAIRO)
CONFIGURE_ARGS+= --disable-cairo-output
+.else
+LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
.endif
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list