svn commit: r498473 - head/textproc/py-pdftotext

Michael Gmelin grembo at FreeBSD.org
Tue Apr 9 10:05:45 UTC 2019


Author: grembo
Date: Tue Apr  9 10:05:44 2019
New Revision: 498473
URL: https://svnweb.freebsd.org/changeset/ports/498473

Log:
  Fix build on gcc-based architectures
  
  PR:		237134
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/textproc/py-pdftotext/Makefile

Modified: head/textproc/py-pdftotext/Makefile
==============================================================================
--- head/textproc/py-pdftotext/Makefile	Tue Apr  9 10:01:14 2019	(r498472)
+++ head/textproc/py-pdftotext/Makefile	Tue Apr  9 10:05:44 2019	(r498473)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpoppler.so:graphics/poppler
 
-USES=		python
+USES=		compiler:c11 python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list