summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 15:40:02 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 15:40:02 +0000
commitc47308bcb031c0f3ee0b7270cb387b648b9185f4 (patch)
tree8a33c28eddc2982b7f431f068b2bdf589e19276d /converters
parent- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro) (diff)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: converters)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=311870
Diffstat (limited to 'converters')
-rw-r--r--converters/ktextdecode/Makefile2
-rw-r--r--converters/pdf2djvu/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/ktextdecode/Makefile b/converters/ktextdecode/Makefile
index e2b533b6256f..c0e0cb8657a1 100644
--- a/converters/ktextdecode/Makefile
+++ b/converters/ktextdecode/Makefile
@@ -22,7 +22,7 @@ USE_AUTOTOOLS= libtool
USE_GMAKE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
+ @${REINPLACE_CMD} -e 's|-O2||g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile
index b03407f08ce8..aaf872181364 100644
--- a/converters/pdf2djvu/Makefile
+++ b/converters/pdf2djvu/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler
LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}
+CONFIGURE_ENV= LIBS=-pthread
CPPFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes