Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2006 01:25:15 GMT
From:      Shane Bell <decept0@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/102711: [PATCH] graphics/poppler: fix cairo option
Message-ID:  <200608310125.k7V1PF8F087717@www.freebsd.org>
Resent-Message-ID: <200608310130.k7V1ULbA070711@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608310125.k7V1PF8F087717>