diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 10:06:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 10:06:51 +0000 |
commit | 0edeeecc1b4190705dbb38dc2d52c40b1547b339 (patch) | |
tree | c926512ae98e88f02c9ba015bea3436e6fdf28a8 /sysutils/dd_rescue | |
parent | Mark as broken, the packaging is a total mess, a fix is WIP. (diff) |
Fix build with clang by forcing gnu89 standard
While here convert USE_GMAKE->USES=gmake
Diffstat (limited to 'sysutils/dd_rescue')
-rw-r--r-- | sysutils/dd_rescue/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |