svn commit: r523840 - head/graphics/poppler

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 22 20:16:46 UTC 2020


Author: tcberner
Date: Wed Jan 22 20:16:46 2020
New Revision: 523840
URL: https://svnweb.freebsd.org/changeset/ports/523840

Log:
  graphics/poppler-glib: fix build outside of poudriere
  
  When simply running make in graphics/poppler-glib -L${LOCALBASE}
  seems to be missing under some circumstances in the linker flags.
  
  As a work-around, switch to USES=localbase:ldflags until fixed
  properly.
  
  Reported by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>

Modified:
  head/graphics/poppler/Makefile

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Wed Jan 22 20:16:35 2020	(r523839)
+++ head/graphics/poppler/Makefile	Wed Jan 22 20:16:46 2020	(r523840)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libnspr4.so:devel/nspr \
 RUN_DEPENDS=	poppler-data>0:graphics/poppler-data
 
 USES=		compiler:c++11-lang cpe cmake:insource gnome jpeg libtool \
-		localbase pathfix pkgconfig tar:xz
+		localbase:ldflags pathfix pkgconfig tar:xz
 CPE_VENDOR=	freedesktop
 USE_GNOME=	cairo libxml2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list