aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-13 16:27:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-13 16:27:05 +0000
commitda070f1e609be7d121d42cbfe083317261e9ad57 (patch)
tree912baf390dc8fc7798f8cf0e13db04b8c1a78af9 /textproc
parent5e65cf64cc49113f1b5c9fad1ecfcc4f0f3e2a32 (diff)
Fix build without libstdc++
Notes
Notes: svn path=/head/; revision=327165
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libextractor/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile
index 2d77f4932757..8c3b57223b7f 100644
--- a/textproc/libextractor/Makefile
+++ b/textproc/libextractor/Makefile
@@ -37,6 +37,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/src/plugins/Makefile.*
@${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \
+ -e 's|-lstdc++||g' \
${WRKSRC}/configure
check: build install