Remove an unncessary patch now that the system time.h header has been

fixed. No pkg change.

from Brad
This commit is contained in:
ajacoutot 2012-05-11 06:06:11 +00:00
parent dc0312a858
commit 2c9b511af1

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-libs_config_test_boost_has_clock_gettime_ipp,v 1.2 2010/03/30 11:00:15 robert Exp $
--- libs/config/test/boost_has_clock_gettime.ipp.orig Tue May 12 18:35:20 2009
+++ libs/config/test/boost_has_clock_gettime.ipp Tue May 12 18:35:43 2009
@@ -10,6 +10,7 @@
// DESCRIPTION: The platform supports POSIX standard API clock_gettime.
#include <time.h>
+#include <sys/time.h>
namespace boost_has_clock_gettime{