Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2017 14:56:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441400 - head/graphics/podofo
Message-ID:  <201705211456.v4LEunHA061013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 21 14:56:49 2017
New Revision: 441400
URL: https://svnweb.freebsd.org/changeset/ports/441400

Log:
  Fix build with pkgconf installed
  
  Reported by:	Jan Henrik Sylvester <me@janh.de>

Modified:
  head/graphics/podofo/Makefile

Modified: head/graphics/podofo/Makefile
==============================================================================
--- head/graphics/podofo/Makefile	Sun May 21 14:56:44 2017	(r441399)
+++ head/graphics/podofo/Makefile	Sun May 21 14:56:49 2017	(r441400)
@@ -20,8 +20,9 @@ OPTIONS_DEFINE=	IMPOSE JPEG PNG TIFF
 OPTIONS_DEFAULT=JPEG PNG TIFF
 IMPOSE_DESC=	Build impose tool (Lua required)
 
-CMAKE_ARGS=	-DOPENSSL_INCLUDE_DIR="${OPENSSLINC}" \
-		-DOPENSSL_LIBRARIES="${OPENSSLDIR}" \
+CMAKE_ARGS=	-DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \
+		-DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \
+		-DOPENSSL_LIBRARIES=${OPENSSLDIR} \
 		-DPODOFO_BUILD_SHARED=TRUE \
 		-DPODOFO_BUILD_STATIC=TRUE
 USE_LDCONFIG=	yes



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