From da070f1e609be7d121d42cbfe083317261e9ad57 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 13 Sep 2013 16:27:05 +0000 Subject: Fix build without libstdc++ --- textproc/libextractor/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/libextractor/Makefile') 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 -- cgit v1.2.3