a9012975af
* drop groff dependency, Transmission has mdoc pages
22 lines
802 B
Plaintext
22 lines
802 B
Plaintext
$OpenBSD: patch-qt_qtr_pro,v 1.2 2010/11/23 18:52:40 naddy Exp $
|
|
--- qt/qtr.pro.orig Sun Nov 14 17:07:13 2010
|
|
+++ qt/qtr.pro Fri Nov 19 19:13:55 2010
|
|
@@ -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
|
|
@@ -21,7 +21,7 @@ LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransm
|
|
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 += -levent -lz
|
|
+unix: LIBS += -leventextra -levent -lz
|
|
win32:DEFINES += QT_DBUS
|
|
win32:LIBS += -levent -lws2_32 -lintl
|
|
win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi
|