mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Fix build on sparc64
PR: ports/172707 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Approved by: maintainer timed-out
This commit is contained in:
parent
788cf256c7
commit
67b18cfb1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311235
@ -1,13 +1,9 @@
|
||||
# New ports collection makefile for: ipmitool
|
||||
# Date created: 25/Oct/2004
|
||||
# Whom: Dmitry Frolov <frol@nov.net>
|
||||
#
|
||||
# Created by: Dmitry Frolov <frol@nov.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ipmitool
|
||||
PORTVERSION= 1.8.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
10
sysutils/ipmitool/files/patch-ipmi_chassis.c
Normal file
10
sysutils/ipmitool/files/patch-ipmi_chassis.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- lib/ipmi_chassis.c.orig 2012-10-15 07:38:19.000000000 +0000
|
||||
+++ lib/ipmi_chassis.c 2012-10-15 07:38:46.000000000 +0000
|
||||
@@ -41,6 +41,7 @@
|
||||
#include <ipmitool/ipmi_intf.h>
|
||||
#include <ipmitool/ipmi_strings.h>
|
||||
#include <ipmitool/ipmi_chassis.h>
|
||||
+#include <ipmitool/bswap.h>
|
||||
|
||||
extern int verbose;
|
||||
|
10
sysutils/ipmitool/files/patch-ipmi_pef.c
Normal file
10
sysutils/ipmitool/files/patch-ipmi_pef.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- lib/ipmi_pef.c.orig 2012-10-15 07:41:07.000000000 +0000
|
||||
+++ lib/ipmi_pef.c 2012-10-15 07:41:36.000000000 +0000
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <ipmitool/ipmi.h>
|
||||
#include <ipmitool/ipmi_intf.h>
|
||||
#include <ipmitool/ipmi_pef.h>
|
||||
+#include <ipmitool/bswap.h>
|
||||
|
||||
extern int verbose;
|
||||
/*
|
Loading…
Reference in New Issue
Block a user