summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro')
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro b/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
new file mode 100644
index 000000000000..a1e57a49fa10
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
@@ -0,0 +1,21 @@
+--- retroshare-gui/src/retroshare-gui.pro.orig 2016-02-05 19:04:46 UTC
++++ retroshare-gui/src/retroshare-gui.pro
+@@ -239,12 +239,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 *= -lexecinfo
+
+- LIBS += -lsqlite3
++ LIBS += -lsqlcipher
++ LIBS *= -rdynamic
+ }
+
+ ##################################### Haiku ######################################