From 739d639ab5d0ecb2526b6f81fa0e7a6a07ffb818 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 14:10:02 +0000 Subject: [PATCH] Mark BROKEN: fails to build mdcp.cc:359:3: error: no matching function for call to 'clock_gettime' clock_gettime( NULL, &timeStarted ); ^~~~~~~~~~~~~ Reported by: pkg-fallout --- sysutils/mdcp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/mdcp/Makefile b/sysutils/mdcp/Makefile index 26e35567cdd6..7a5c24a536df 100644 --- a/sysutils/mdcp/Makefile +++ b/sysutils/mdcp/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/shine MAINTAINER= wamonzyne@hotmail.com COMMENT= Fastest utility for copy from a disk device for many +BROKEN= fails to build + GNU_CONFIGURE= yes USES= gmake