mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
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
20 lines
511 B
INI
20 lines
511 B
INI
--- retroshare-nogui/src/retroshare-nogui.pro.orig 2016-03-05 21:29:14 UTC
|
|
+++ retroshare-nogui/src/retroshare-nogui.pro
|
|
@@ -126,10 +126,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 *= -lthr
|
|
+ LIBS += -lsqlcipher
|
|
+ LIBS *= -lexecinfo
|
|
+ LIBS *= -rdynamic
|
|
}
|
|
|
|
##################################### OpenBSD ######################################
|