mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failures in
dependent ports. PR: ports/182054 Approved by: gaod@hychen.org (maintainer timeout, 16 days)
This commit is contained in:
parent
0f98949244
commit
16c17a59e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328685
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libidn
|
||||
PORTVERSION= 1.28
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -40,6 +41,9 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -e 's/-lidn/& -lintl/' ${WRKSRC}/libidn.pc.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
Loading…
Reference in New Issue
Block a user