Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163964979
D8294.id21574.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8294.id21574.diff
View Options
Index: irc/quassel/Makefile
===================================================================
--- irc/quassel/Makefile
+++ irc/quassel/Makefile
@@ -3,10 +3,11 @@
PORTNAME= quassel
PORTVERSION= 0.12.4
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://www.quassel-irc.org/pub/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 5 based distributed IRC client
USES= cmake:outsource compiler:c++11-lib cpe execinfo pkgconfig tar:bzip2
Index: irc/quassel/files/patch-git_4768c9e
===================================================================
--- /dev/null
+++ irc/quassel/files/patch-git_4768c9e
@@ -0,0 +1,28 @@
+From 4768c9e99f99b581d4e32e797db91d0182391696 Mon Sep 17 00:00:00 2001
+From: martin <martin.sandsmark@kde.org>
+Date: Tue, 7 Jun 2016 00:37:22 +0200
+Subject: [PATCH] Fix the SSL check with Qt 5.6 and GCC 5 (#199)
+
+---
+ CMakeLists.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d89a300..d238691 100644
+--- CMakeLists.txt
++++ CMakeLists.txt
+@@ -438,6 +438,11 @@ endif()
+ cmake_push_check_state(RESET)
+ set(CMAKE_REQUIRED_INCLUDES ${QT_INCLUDES} ${Qt5Core_INCLUDE_DIRS})
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Core_EXECUTABLE_COMPILE_FLAGS}")
++
++if (USE_QT5 AND Qt5_POSITION_INDEPENDENT_CODE)
++ set(CMAKE_REQUIRED_FLAGS "-fPIC -DQT_NO_VERSION_TAGGING")
++endif()
++
+ check_cxx_source_compiles("
+ #include \"qglobal.h\"
+ #if defined QT_NO_SSL
+--
+2.10.1
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 28, 1:15 PM (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35652521
Default Alt Text
D8294.id21574.diff (1 KB)
Attached To
Mode
D8294: Skip the SSL check in irc/quasssel
Attached
Detach File
Event Timeline
Log In to Comment