ports/69691: [MAINTAINER] devel/libopendaap: [fix pkg-config file to work with pthread]
Michael Johnson
ahze at ahze.net
Wed Jul 28 07:00:45 UTC 2004
>Number: 69691
>Category: ports
>Synopsis: [MAINTAINER] devel/libopendaap: [fix pkg-config file to work with pthread]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 28 07:00:44 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Michael Johnson
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
- Fix pthreads in opendaap.pc
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- libopendaap-0.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 28 Jul 2004 06:11:06 -0000 1.6
+++ Makefile 28 Jul 2004 06:50:38 -0000
@@ -30,7 +30,7 @@
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>
--- libopendaap-0.2.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list