svn commit: r311870 - in head/converters: ktextdecode pdf2djvu
Pietro Cerutti
gahr at FreeBSD.org
Thu Feb 7 15:40:03 UTC 2013
Author: gahr
Date: Thu Feb 7 15:40:02 2013
New Revision: 311870
URL: http://svnweb.freebsd.org/changeset/ports/311870
Log:
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: converters)
Approved by: portmgr
Modified:
head/converters/ktextdecode/Makefile (contents, props changed)
head/converters/pdf2djvu/Makefile (contents, props changed)
Modified: head/converters/ktextdecode/Makefile
==============================================================================
--- head/converters/ktextdecode/Makefile Thu Feb 7 15:37:15 2013 (r311869)
+++ head/converters/ktextdecode/Makefile Thu Feb 7 15:40:02 2013 (r311870)
@@ -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>
Modified: head/converters/pdf2djvu/Makefile
==============================================================================
--- head/converters/pdf2djvu/Makefile Thu Feb 7 15:37:15 2013 (r311869)
+++ head/converters/pdf2djvu/Makefile Thu Feb 7 15:40:02 2013 (r311870)
@@ -20,7 +20,7 @@ LIB_DEPENDS= poppler.18:${PORTSDIR}/grap
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
More information about the svn-ports-head
mailing list