From 01f2949b2f0df6c6e6dfb77b0c7f1e0aa6f749b2 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@gmail.com>
Date: Fri, 1 Apr 2016 02:23:08 -0400
Subject: [PATCH] phantomjs: add another file to be fixed

---
 srcpkgs/phantomjs/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/phantomjs/template b/srcpkgs/phantomjs/template
index ea87c53803..14e751ea4b 100644
--- a/srcpkgs/phantomjs/template
+++ b/srcpkgs/phantomjs/template
@@ -18,7 +18,8 @@ nocross=yes
 
 do_configure() {
 	sed -i 's,SSLv3_,SSLv23_,g' src/qt/qtbase/src/network/ssl/qsslcontext.cpp \
-		src/qt/qtbase/src/network/ssl/qsslsocket_openssl_symbols_p.h
+		src/qt/qtbase/src/network/ssl/qsslsocket_openssl_symbols_p.h \
+		src/qt/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp
 	sed -e "s|-O2|${CXXFLAGS}|" \
 		-i src/qt/qtbase/mkspecs/common/{g++,gcc}-base.conf
 	sed -e "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" \