aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-08-05 21:40:11 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-08-05 21:40:11 +0000
commitf83f5f0cb1143fbb26d21bb87296eb8998053820 (patch)
tree638865903dd7daca42729b8253807303802287fc /graphics/cairo
parentb28c3fc71a147ba7d1793152c7fd66318322e9c2 (diff)
downloadports-f83f5f0cb1143fbb26d21bb87296eb8998053820.tar.gz
ports-f83f5f0cb1143fbb26d21bb87296eb8998053820.zip
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index ef7e04cd60ff..b4bb90e0d8aa 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -66,8 +66,9 @@ BROKEN= OpenGL option needs X11 support
.endif
post-patch:
- @${REINPLACE_CMD} -e '/test/s/==/=/g' \
- -e '/LIBS/s/-lrt//' -e '/LIBS/s|-ldld||' \
+ @${REINPLACE_CMD} -e '/strings/s/ - / -a /' \
+ -e '/test/s/==/=/g' \
+ -e '/LIBS/s/-lrt//' -e '/LIBS/s|-ldld||' \
-e '/LIBS/s|-ldl||' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lcairo|-lcairo -lpthread|' \