From 0edeeecc1b4190705dbb38dc2d52c40b1547b339 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 30 Jul 2013 10:06:51 +0000 Subject: Fix build with clang by forcing gnu89 standard While here convert USE_GMAKE->USES=gmake --- sysutils/dd_rescue/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysutils/dd_rescue') diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 9ec084573f49..6e23645a43d5 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -8,12 +8,13 @@ MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/ \ http://fossies.org/unix/privat/ MAINTAINER= nobutaka@FreeBSD.org -COMMENT= A dd tool suitable for rescuing data from a medium with errors +COMMENT= dd tool suitable for rescuing data from a medium with errors LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default -- cgit v1.2.3