mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Fix quoting in installed *.pc (pkg-config) files.
This should fix security/lasso as well. Upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=631258 PR: ports/152070 Submitted by: Tom Judge <tom@tomjudge.com>
This commit is contained in:
parent
23e6f9fb65
commit
3fd387203d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264314
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xmlsec1
|
||||
PORTVERSION= 1.2.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
|
||||
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
|
||||
@ -81,6 +82,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's,total_time.*/ 1000),total_time*1000/CLOCKS_PER_SEC,' \
|
||||
${WRKSRC}/apps/xmlsec.c
|
||||
@${REINPLACE_CMD} -e 's,\\\\\\,\\,g' ${WRKSRC}/*.pc.in
|
||||
.if defined(WITH_GNUTLS)
|
||||
# Don't rely on broken autodetection
|
||||
@${REINPLACE_CMD} -e '/^GNUTLS_FOUND/s/no/yes/' \
|
||||
|
Loading…
Reference in New Issue
Block a user