svn commit: r441400 - head/graphics/podofo
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 21 14:56:51 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list