unnecessary param.h
change another param.h for types.h use correct autoconf version
This commit is contained in:
parent
d9b88bd332
commit
0f701f0103
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2014/09/16 19:56:09 miod Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2014/10/13 19:10:44 sthen Exp $
|
||||
|
||||
# -Winit-self
|
||||
NOT_FOR_ARCHS= ${GCC3_ARCHS}
|
||||
@ -6,6 +6,7 @@ NOT_FOR_ARCHS= ${GCC3_ARCHS}
|
||||
COMMENT= enhanced performance test of filesystem I/O
|
||||
|
||||
DISTNAME= bonnie++-1.97
|
||||
REVISION= 0
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}.1
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/
|
||||
@ -20,7 +21,7 @@ WANTLIB= c m pthread stdc++
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= autoconf dest
|
||||
AUTOCONF_VERSION= 2.61
|
||||
AUTOCONF_VERSION= 2.67
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2011/11/13 18:23:24 sthen Exp $
|
||||
--- Makefile.in.orig Tue Nov 8 12:42:48 2011
|
||||
+++ Makefile.in Tue Nov 8 12:43:36 2011
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2014/10/13 19:10:44 sthen Exp $
|
||||
--- Makefile.in.orig Tue Dec 30 21:04:25 2008
|
||||
+++ Makefile.in Mon Oct 13 20:09:28 2014
|
||||
@@ -9,7 +9,7 @@ prefix=@prefix@
|
||||
eprefix=@exec_prefix@
|
||||
#MORE_WARNINGS=-Weffc++
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure_in,v 1.2 2012/08/19 18:55:08 jasper Exp $
|
||||
--- configure.in.orig Fri Jul 3 21:23:53 2009
|
||||
+++ configure.in Sat Nov 12 14:46:10 2011
|
||||
$OpenBSD: patch-configure_in,v 1.3 2014/10/13 19:10:44 sthen Exp $
|
||||
--- configure.in.orig Tue Jan 18 21:35:28 2011
|
||||
+++ configure.in Mon Oct 13 20:09:28 2014
|
||||
@@ -60,7 +60,7 @@ if [[ -n "$snprintf" ]]; then
|
||||
snprintf="#define NO_SNPRINTF"
|
||||
fi
|
||||
@ -10,11 +10,7 @@ $OpenBSD: patch-configure_in,v 1.2 2012/08/19 18:55:08 jasper Exp $
|
||||
|
||||
AC_SUBST(linux_pthread)
|
||||
AC_TRY_COMPILE([#define _GNU_SOURCE
|
||||
@@ -89,9 +82,18 @@ AC_TRY_RUN([#ifndef _LARGEFILE64_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/param.h>
|
||||
@@ -92,6 +92,14 @@ AC_TRY_RUN([#ifndef _LARGEFILE64_SOURCE
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-port_h_in,v 1.1 2011/11/13 18:23:24 sthen Exp $
|
||||
--- port.h.in.orig Tue Dec 23 19:16:16 2008
|
||||
+++ port.h.in Sat Nov 12 14:50:48 2011
|
||||
$OpenBSD: patch-port_h_in,v 1.2 2014/10/13 19:10:44 sthen Exp $
|
||||
--- port.h.in.orig Wed Dec 24 00:16:16 2008
|
||||
+++ port.h.in Mon Oct 13 20:09:28 2014
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef PORT_UNIX_H
|
||||
#define PORT_UNIX_H
|
||||
|
||||
+#include <sys/param.h>
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
#include "conf.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user