summaryrefslogtreecommitdiff
path: root/security/xmlsec1/patches/patch-af
blob: e73ef04981d70ca8ccc84361c93b20e8691cdc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.2 2010/10/04 12:46:26 obache Exp $

remove redundant escape slash.

--- xmlsec-openssl.pc.in.orig	2010-05-25 21:52:46.000000000 +0000
+++ xmlsec-openssl.pc.in
@@ -7,5 +7,5 @@ Name: xmlsec1-openssl
 Version: @VERSION@
 Description: XML Security Library implements XML Signature and XML Encryption standards
 Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ 
-Cflags: -DXMLSEC_CRYPTO=\\\"openssl\\\" @XMLSEC_OPENSSL_CFLAGS@
+Cflags: -DXMLSEC_CRYPTO=\"openssl\" @XMLSEC_OPENSSL_CFLAGS@
 Libs: @XMLSEC_OPENSSL_LIBS@