1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- fix pthread/pkg-config issue

PR:		ports/174545
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	maintainer timeout (alex.deiter@gmail.com, >3 weeks)
This commit is contained in:
Steve Wills 2013-01-13 21:18:41 +00:00
parent 1dd2606d2b
commit c4a9403f43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310337
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= openipmi
PORTVERSION= 2.0.19
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library
DISTNAME= OpenIPMI-${PORTVERSION}

View File

@ -0,0 +1,11 @@
--- OpenIPMIpthread.pc.in.orig 2012-12-18 16:15:18.000000000 +0000
+++ OpenIPMIpthread.pc.in 2012-12-18 16:15:29.000000000 +0000
@@ -6,6 +6,6 @@
Name: OpenIPMIpthread
Description: Pthread OS handler for OpenIPMI
Version: @VERSION@
-Requires: OpenIPMI pthread
+Requires: OpenIPMI
Libs: -L${libdir} -lOpenIPMIutils -lOpenIPMIpthread
-Cflags: -I${includedir}
+Cflags: -I${includedir} ${PTHREAD_LIBS}