svn commit: r489445 - branches/2019Q1/converters/wkhtmltopdf

Kurt Jaeger pi at FreeBSD.org
Sun Jan 6 09:00:08 UTC 2019


Author: pi
Date: Sun Jan  6 09:00:07 2019
New Revision: 489445
URL: https://svnweb.freebsd.org/changeset/ports/489445

Log:
  MFH: r489390
  
  converters/wkhtmltopdf: fix build with openssl 1.1.1
  
  PR:		234555
  Submitted by:	Ashish Kulkarni <kulkarni.ashish at gmail.com> (upstream)
  Reported by:	rainer at ultra-secure.de
  Approved by:	portmgr (miwi)

Modified:
  branches/2019Q1/converters/wkhtmltopdf/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/converters/wkhtmltopdf/Makefile
==============================================================================
--- branches/2019Q1/converters/wkhtmltopdf/Makefile	Sun Jan  6 08:58:40 2019	(r489444)
+++ branches/2019Q1/converters/wkhtmltopdf/Makefile	Sun Jan  6 09:00:07 2019	(r489445)
@@ -50,7 +50,7 @@ CONFIGURE_ARGS=	-prefix ${WRKSRC}/build/qt \
 	-no-sql-sqlite -no-sql-sqlite2 -no-mmx -no-3dnow -no-sse -no-sse2 \
 	-no-multimedia -nomake demos -nomake docs -nomake examples \
 	-nomake tools -nomake tests -nomake translations -xrender -largefile \
-	-iconv -openssl -no-rpath -no-dbus -no-nis -no-cups -no-pch \
+	-iconv -openssl-linked -no-rpath -no-dbus -no-nis -no-cups -no-pch \
 	-no-gtkstyle -no-nas-sound -no-sm -no-xshape -no-xinerama -no-xcursor \
 	-no-xfixes -no-xrandr -no-mitshm -no-xinput -no-xkb -no-glib \
 	-no-gstreamer -D ENABLE_VIDEO=0 -no-openvg -no-xsync \


More information about the svn-ports-all mailing list