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
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.pro29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index 6255e157257c..000000000000
--- a/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro
+++ /dev/null
@@ -1,29 +0,0 @@
---- retroshare-gui/src/retroshare-gui.pro.orig 2014-04-10 13:28:51.661832058 +0200
-+++ retroshare-gui/src/retroshare-gui.pro 2014-04-10 13:29:31.092831413 +0200
-@@ -215,17 +215,22 @@ macx {
- freebsd-* {
- INCLUDEPATH *= /usr/local/include/gpgme
- LIBS *= ../../libretroshare/src/lib/libretroshare.a
-+ LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2
- LIBS *= -lssl
-- LIBS *= -lgpgme
-- LIBS *= -lupnp
-+ LIBS *= -lcrypto
-+ LIBS *= -lz
-+ LIBS *= -lupnp -lixml
-+ LIBS *= -lXss -lX11
- LIBS *= -lgnome-keyring
- PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
-+ PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
-
- gxs {
- LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
-- LIBS += -lsqlite3
-+ LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
- }
--
-+ LIBS *= -rdynamic
-+ DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
- }
-
- ##################################### OpenBSD ######################################