[Lunar-commits] <moonbase> pidgin: Seems to only work with nss in /usr/lib, not /usr/lib/nss

Terry Chan tchan at lunar-linux.org
Mon Jan 4 18:31:11 CET 2010


commit a48a6cf4cf4c3da54bf0df70778d8f6bece202c1
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Mon Jan 4 11:31:11 2010 -0600

    pidgin: Seems to only work with nss in /usr/lib, not /usr/lib/nss
---
 chat/pidgin/DEPENDS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chat/pidgin/DEPENDS b/chat/pidgin/DEPENDS
index 974c1b2..976a5df 100644
--- a/chat/pidgin/DEPENDS
+++ b/chat/pidgin/DEPENDS
@@ -57,9 +57,9 @@ optional_depends  "avahi"  \
 
 optional_depends  "nss"                                     \
                   "--enable-gnutls=no                       \
-                   --with-nspr-libs=/usr/lib/nspr           \
+                   --with-nspr-libs=/usr/lib/nspr/          \
                    --with-nspr-includes=/usr/include/nspr/  \
-                   --with-nss-libs=/usr/lib/nss             \
+                   --with-nss-libs=/usr/lib/                \
                    --with-nss-includes=/usr/include/nss/    \
                    --enable-nss=yes"                        \
                   ""                                        \


More information about the Lunar-commits mailing list