Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top on an efficient, cross-platform back-end. Transmission is open source (MIT license) and runs on Mac OS X (Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (CLI/GTK2+ interface) and BeOS (native interface).
15 lines
418 B
Text
15 lines
418 B
Text
$NetBSD: patch-ae,v 1.1 2013/03/02 19:33:29 wiz Exp $
|
|
|
|
--- qt/qtr.pro.orig 2012-07-06 01:24:43.000000000 +0000
|
|
+++ qt/qtr.pro
|
|
@@ -13,7 +13,9 @@ man.files = transmission-qt.1
|
|
|
|
CONFIG += qt qdbus thread debug link_pkgconfig
|
|
QT += network
|
|
-PKGCONFIG = fontconfig libcurl openssl libevent
|
|
+PKGCONFIG = fontconfig libcurl libevent
|
|
+INCLUDEPATH += $${OPENSSL_CFLAGS}
|
|
+LIBS += $${OPENSSL_LIBS}
|
|
|
|
TRANSMISSION_TOP = ..
|
|
|