summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-21 02:10:58 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-21 02:10:58 +0000
commit31204b27508211d5f68adbf0a67265dbf3de230f (patch)
treec3b46c0a31a0deb3c387932100d2ceca0aadc92b /net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.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
Notes
Notes: svn path=/head/; revision=415583
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 ######################################