Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 10:05:44 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498473 - head/textproc/py-pdftotext
Message-ID:  <201904091005.x39A5isD051191@repo.freebsd.org>

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



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