diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-21 02:10:58 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-21 02:10:58 +0000 |
commit | 31204b27508211d5f68adbf0a67265dbf3de230f (patch) | |
tree | c3b46c0a31a0deb3c387932100d2ceca0aadc92b /net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro | |
parent | - Update to 1.5 (diff) |
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
Diffstat (limited to 'net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro')
-rw-r--r-- | net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro b/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro new file mode 100644 index 000000000000..90ea4f9f8a1b --- /dev/null +++ b/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro @@ -0,0 +1,20 @@ +--- 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 ###################################### |