diff options
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 ###################################### |