public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/xml-security-c/files: 1.6.1-nss-compilation-fix.patch
@ 2011-08-04 13:53 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2011-08-04 13:53 UTC (permalink / raw
  To: gentoo-commits

dev-zero    11/08/04 13:53:12

  Added:                1.6.1-nss-compilation-fix.patch
  Log:
  Version bump (seems to fix bug #356041), use apache-mirror, added USE-flag to use dev-libs/nss, use EAPI-4.
  
  (Portage version: 2.1.10.6/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/xml-security-c/files/1.6.1-nss-compilation-fix.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xml-security-c/files/1.6.1-nss-compilation-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xml-security-c/files/1.6.1-nss-compilation-fix.patch?rev=1.1&content-type=text/plain

Index: 1.6.1-nss-compilation-fix.patch
===================================================================
diff --git a/xsec/tools/xtest/xtest.cpp b/xsec/tools/xtest/xtest.cpp
index ec40cb2..9cd389e 100644
--- a/xsec/tools/xtest/xtest.cpp
+++ b/xsec/tools/xtest/xtest.cpp
@@ -2566,7 +2566,7 @@ int main(int argc, char **argv) {
 		}
 #endif
 #if defined(XSEC_HAVE_NSS)
-		else if (stricmp(argv[paramCount], "--nss") == 0 || stricmp(argv[paramCount], "-n") == 0) {
+		else if (_stricmp(argv[paramCount], "--nss") == 0 || _stricmp(argv[paramCount], "-n") == 0) {
 			g_useNSS = true;
 			paramCount++;
 		}






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-04 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 13:53 [gentoo-commits] gentoo-x86 commit in dev-libs/xml-security-c/files: 1.6.1-nss-compilation-fix.patch Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox