From 8e9b6ce3f8dd9304cf95839d63bb2d6564bba139 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 19 Nov 2006 22:06:55 +0000 Subject: Add PTHREAD_LIBS to cairo.pc to fix a *very small* amount of ports PR: 104958 Submitted by: Vladimir Grebenschikov git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7937 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/cairo/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index c23152981..268a146c6 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.45 2006/08/19 16:29:11 marcus Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.47 2006/11/17 21:28:18 ahze Exp $ # PORTNAME= cairo PORTVERSION= 1.3.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= graphics #MASTER_SITES= http://cairographics.org/releases/ MASTER_SITES= http://cairographics.org/snapshots/ @@ -61,6 +61,8 @@ post-patch: .endif @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/test/Makefile.in + @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ + ${WRKSRC}/src/*.pc.in @${REINPLACE_CMD} -e 's|src test doc|src doc|; \ s|@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = test||' \ ${WRKSRC}/Makefile.in -- cgit v1.2.3