diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-17 22:11:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-17 22:11:23 +0000 |
commit | 7aa5bb9c3a1aa0fc78a112ae9269a2ef28b6a32a (patch) | |
tree | aef6df6d3e0973a3acfe19d75235b7f8718f26e2 /graphics | |
parent | f706d76da881811f98256bf3a6dec748784d555d (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 6cec8436ccee..b093b80148b0 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -8,7 +8,7 @@ PORTNAME= cairo PORTVERSION= 1.2.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -58,6 +58,8 @@ post-patch: ${WRKSRC}/src/*.* \ ${WRKSRC}/pixman/src/*.* .endif + @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ + ${WRKSRC}/src/*.pc.in @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/test/Makefile.in @${REINPLACE_CMD} -e 's|src test doc|src doc|; \ |