1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix threading info in pkg-config metafile

PR:		ports/69691
Submitted by:	Michael Johnson <ahze@ahze.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-07-28 12:32:53 +00:00
parent 2b53961709
commit 23ac3c6b14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114931

View File

@ -7,6 +7,7 @@
PORTNAME= libopendaap
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel net
MASTER_SITES= http://crazney.net/programs/itunes/files/
@ -31,6 +32,7 @@ pre-configure:
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
${WRKSRC}/Makefile.am \
${WRKSRC}/Makefile.in
${WRKSRC}/Makefile.in \
${WRKSRC}/opendaap.pc.in
.include <bsd.port.mk>