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:
parent
1dd2606d2b
commit
c4a9403f43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310337
@ -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}
|
||||
|
11
sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in
Normal file
11
sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in
Normal 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}
|
Loading…
Reference in New Issue
Block a user