ports/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
Tobias Kortkamp 56900eadb9 net-p2p/retroshare: Switch from devel/upnp to net/miniupnpc
RetroShare does not build with upnp >= 1.8.  Upstream does not have
a solution for this yet other than suggesting to switch to using
miniupnpc as a workaround.

PR:		237406
Submitted by:	tobik
Approved by:	peter@netkey.at (maintainer)
2019-04-22 08:26:59 +00:00

22 lines
511 B
INI

--- retroshare-gui/src/retroshare-gui.pro.orig 2018-03-13 19:25:38 UTC
+++ retroshare-gui/src/retroshare-gui.pro
@@ -270,12 +270,15 @@ macx {
freebsd-* {
INCLUDEPATH *= /usr/local/include/gpgme
- LIBS *= -lssl
+ LIBS *= -lssl -lcrypto
LIBS *= -lgpgme
- LIBS *= -lupnp
+ LIBS *= -lminiupnpc
LIBS *= -lgnome-keyring
+ LIBS *= -lz
+ LIBS *= -lexecinfo
- LIBS += -lsqlite3
+ LIBS += -lsqlcipher
+ LIBS *= -rdynamic
}
##################################### Haiku ######################################