ports/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro
Kurt Jaeger 31204b2750 net-p2p/retroshare: 0.5.5c -> 0.6.0
Changes:
 https://retroshareteam.wordpress.com/2016/02/07/release-notes-for-final-0-6-0/
- distsite moved to github

PR:		207550
Submitted by:	w.schwarzenfeld@aon.at, Yuri Victorovich <yuri@rawbw.com>, peter@netkey.at (maintainer)
Reviewed by:	feld
2016-05-21 02:10:58 +00:00

20 lines
511 B
INI

--- retroshare-nogui/src/retroshare-nogui.pro.orig 2016-03-05 21:29:14 UTC
+++ retroshare-nogui/src/retroshare-nogui.pro
@@ -126,10 +126,16 @@ macx {
freebsd-* {
INCLUDEPATH *= /usr/local/include/gpgme
- LIBS *= -lssl
+ LIBS *= -lssl -lcrypto
LIBS *= -lgpgme
LIBS *= -lupnp
LIBS *= -lgnome-keyring
+ LIBS *= -lz
+ LIBS *= -lixml
+ LIBS *= -lthr
+ LIBS += -lsqlcipher
+ LIBS *= -lexecinfo
+ LIBS *= -rdynamic
}
##################################### OpenBSD ######################################