From 0290005a96db7df648d7929c538003dc0337dd74 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 13 Aug 2005 20:21:02 +0000 Subject: Fix the build on 4.X. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4490 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/cairo/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 2ca64258e..ea566f513 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.19 2005/08/13 12:55:59 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.20 2005/08/13 18:53:46 marcus Exp $ # PORTNAME= cairo @@ -54,7 +54,10 @@ PLIST_SUB+= X11="" post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/*.* + ${WRKSRC}/src/*.* \ + ${WRKSRC}/pixman/src/*.* .endif + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + ${WRKSRC}/test/Makefile.in .include -- cgit v1.2.3