1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

converters/wkhtmltopdf: fix build with openssl 1.1.1

PR:		234555
Submitted by:	Ashish Kulkarni <kulkarni.ashish@gmail.com> (upstream)
Reported by:	rainer@ultra-secure.de
MFH:		2019Q1
This commit is contained in:
Kurt Jaeger 2019-01-05 22:03:28 +00:00
parent 6f451448d9
commit 279dd5a75e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489390

View File

@ -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 \