From b15e867cfe9b6aaa99279091d47908dc513affee Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Fri, 3 Jul 2015 21:43:13 +0000 Subject: Don't depend on base OpenSSL when using WITH_OPENSSL_PORT. PR: ports/186978 Submitted by: Bernard Spil --- net-p2p/transmission-cli/files/patch-qt-mainwin.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-p2p/transmission-cli/files/patch-qt-mainwin.cc') diff --git a/net-p2p/transmission-cli/files/patch-qt-mainwin.cc b/net-p2p/transmission-cli/files/patch-qt-mainwin.cc index aa78bf01cfeb..4df00031615a 100644 --- a/net-p2p/transmission-cli/files/patch-qt-mainwin.cc +++ b/net-p2p/transmission-cli/files/patch-qt-mainwin.cc @@ -1,6 +1,6 @@ ---- qt/mainwin.cc.orig 2014-07-21 14:31:59.381934558 +0100 -+++ qt/mainwin.cc 2014-07-21 14:35:42.020934743 +0100 -@@ -1165,8 +1165,8 @@ +--- qt/mainwin.cc.orig 2014-07-01 17:09:14 UTC ++++ qt/mainwin.cc +@@ -1165,8 +1165,8 @@ TrMainWindow :: openTorrent () QCheckBox * b = new QCheckBox (tr ("Show &options dialog")); b->setChecked (myPrefs.getBool (Prefs::OPTIONS_PROMPT)); b->setObjectName (SHOW_OPTIONS_CHECKBOX_NAME); @@ -11,7 +11,7 @@ { l = new QGridLayout; d->setLayout (l); -@@ -1313,8 +1313,8 @@ +@@ -1313,8 +1313,8 @@ TrMainWindow :: removeTorrents (const bo msgBox.setDefaultButton (QMessageBox::Cancel); msgBox.setIcon (QMessageBox::Question); // hack needed to keep the dialog from being too narrow -- cgit v1.2.3