Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 15:40:02 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311870 - in head/converters: ktextdecode pdf2djvu
Message-ID:  <201302071540.r17Fe3Vv005320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302071540.r17Fe3Vv005320>