diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 16:27:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 16:27:05 +0000 |
commit | da070f1e609be7d121d42cbfe083317261e9ad57 (patch) | |
tree | 912baf390dc8fc7798f8cf0e13db04b8c1a78af9 /textproc | |
parent | 5e65cf64cc49113f1b5c9fad1ecfcc4f0f3e2a32 (diff) |
Fix build without libstdc++
Notes
Notes:
svn path=/head/; revision=327165
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 1 |
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 |