ports/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.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

21 lines
516 B
INI

--- retroshare-nogui/src/retroshare-nogui.pro.orig 2019-04-20 14:26:36 UTC
+++ retroshare-nogui/src/retroshare-nogui.pro
@@ -115,10 +115,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 *= -lthr
+ LIBS += -lsqlcipher
+ LIBS *= -lexecinfo
+ LIBS *= -rdynamic
}
##################################### OpenBSD ######################################