1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add explicitly library path to the corresponding .pc files

PR:		191997
This commit is contained in:
Timur I. Bakeyev 2014-08-08 21:36:33 +00:00
parent 75028fa390
commit c0b12d6081
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364390
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 0
PKGNAMESUFFIX= -libsmbclient

View File

@ -359,8 +359,8 @@ post-patch:
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/configure.in ${WRKSRC}/m4/aclocal.m4
@${REINPLACE_CMD} -e '1s|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/script/findsmb.in
${REINPLACE_CMD} -e '\|^Libs:|d; s|^#Libs:|Libs:|g' \
${WRKSRC}/pkgconfig/*.pc.in
###
### end of common part
###