diff options
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.pro | 13 |
1 files changed, 10 insertions, 3 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 index 52c3dc1db4a1..f4a0a952f1ca 100644 --- a/net-p2p/retroshare/files/patch-retroshare-gui-src-retroshare-gui.pro +++ b/net-p2p/retroshare/files/patch-retroshare-gui-src-retroshare-gui.pro @@ -1,6 +1,6 @@ ---- retroshare-gui/src/retroshare-gui.pro.orig 2012-10-08 19:37:47.000000000 +0200 -+++ retroshare-gui/src/retroshare-gui.pro 2012-10-08 20:10:51.000000000 +0200 -@@ -175,6 +175,7 @@ +--- retroshare-gui/src/retroshare-gui.pro.orig 2012-10-29 21:09:06.932916323 +0100 ++++ retroshare-gui/src/retroshare-gui.pro 2012-10-29 21:10:17.747920258 +0100 +@@ -175,11 +175,14 @@ freebsd-* { INCLUDEPATH *= /usr/local/include/gpgme LIBS *= ../../libretroshare/src/lib/libretroshare.a @@ -8,3 +8,10 @@ LIBS *= -lssl LIBS *= -lgpgme LIBS *= -lupnp + LIBS *= -lgnome-keyring + PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a ++ # plugins need this ++ QMAKE_LFLAGS *= -rdynamic + } + + ############################## Common stuff ###################################### |