summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro
diff options
context:
space:
mode:
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.pro11
1 files changed, 8 insertions, 3 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
index 90292c2c22e5..fd794a6492f8 100644
--- a/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro
+++ b/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro
@@ -1,21 +1,26 @@
--- retroshare-nogui/src/retroshare-nogui.pro.orig 2014-04-10 14:14:22.622840778 +0200
+++ retroshare-nogui/src/retroshare-nogui.pro 2014-04-10 14:14:55.384836372 +0200
-@@ -114,12 +114,16 @@
+@@ -114,12 +114,20 @@ macx {
freebsd-* {
INCLUDEPATH *= /usr/local/include/gpgme
+ QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen
LIBS *= ../../libretroshare/src/lib/libretroshare.a
- LIBS *= -lssl
+- LIBS *= -lgpgme
+- LIBS *= -lupnp
+ LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2
+ LIBS *= -lssl -lcrypto
- LIBS *= -lgpgme
-- LIBS *= -lupnp
++ LIBS *= -lz
+ LIBS *= -lupnp -lixml
LIBS *= -lgnome-keyring
PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
+ PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
+ LIBS *= -rdynamic
++ gxs {
++ # We need a explicit path here, to force using the home version
++ LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
++ }
}
##################################### OpenBSD ######################################