[Lunar-commits] r20331 - moonbase/trunk/chat/gaim
Auke Kok
sofar at lunar-linux.org
Tue Jun 6 16:41:17 UTC 2006
Author: sofar
Date: 2006-06-06 16:41:16 +0000 (Tue, 06 Jun 2006)
New Revision: 20331
Modified:
moonbase/trunk/chat/gaim/DEPENDS
Log:
Compile gaim against NSS instead of mozilla. I had this one outstanding for a while now - forgot to commit it.
Modified: moonbase/trunk/chat/gaim/DEPENDS
===================================================================
--- moonbase/trunk/chat/gaim/DEPENDS 2006-06-06 16:38:33 UTC (rev 20330)
+++ moonbase/trunk/chat/gaim/DEPENDS 2006-06-06 16:41:16 UTC (rev 20331)
@@ -1,19 +1,19 @@
depends gtk+-2 &&
-optional_depends "mozilla" \
+optional_depends "nss" \
"--enable-gnutls=no \
- --with-nspr-libs=/usr/lib/mozilla/ \
- --with-nspr-includes=/usr/include/mozilla/nspr/ \
- --with-nss-libs=/usr/lib/mozilla/ \
- --with-nss-includes=/usr/include/mozilla/nss/ \
+ --with-nspr-libs=/usr/lib/ \
+ --with-nspr-includes=/usr/include/nspr/ \
+ --with-nss-libs=/usr/lib/ \
+ --with-nss-includes=/usr/include/nss/ \
--enable-nss=yes" \
"" \
- "-*required* for msn support (say 'n' to gnutls if you say 'y' here)" &&
+ "for MSN support (say 'n' to gnutls)" &&
-optional_depends "gnutls" \
+optional_depends "gnutls" \
"--enable-nss=no --enable-gnutls=yes" \
"" \
- "- *required* for msn support (say 'y' here if you said 'n' to mozilla)" &&
+ "for MSN support (you should have said 'n' to nss)" &&
optional_depends "audiofile" \
"--enable-audiofile" \
More information about the Lunar-commits
mailing list