Support for the uTP protocol is disabled because of pervasive unaligned accesses in the corresponding code.
22 lines
849 B
Plaintext
22 lines
849 B
Plaintext
$OpenBSD: patch-qt_qtr_pro,v 1.3 2011/09/23 09:12:32 naddy Exp $
|
|
--- qt/qtr.pro.orig Thu Jul 21 01:38:56 2011
|
|
+++ qt/qtr.pro Mon Sep 19 15:32:25 2011
|
|
@@ -8,7 +8,7 @@ target.path = /bin
|
|
INSTALLS += target
|
|
|
|
unix: INSTALLS += man
|
|
-man.path = /share/man/man1/
|
|
+man.path = /man/man1/
|
|
man.files = transmission-qt.1
|
|
|
|
CONFIG += qt qdbus thread debug link_pkgconfig
|
|
@@ -25,7 +25,7 @@ exists( $${TRANSMISSION_TOP}/third-party/libutp/libutp
|
|
LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
|
|
LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a
|
|
LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a
|
|
-unix: LIBS += -L$${EVENT_TOP}/lib -lz -lrt
|
|
+unix: LIBS += -L$${EVENT_TOP}/lib -lz -levent_core -levent_extra
|
|
win32:DEFINES += QT_DBUS
|
|
win32:LIBS += -levent-2.0 -lws2_32 -lintl
|
|
win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi
|