mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build with clang by forcing gnu89 standard
While here convert USE_GMAKE->USES=gmake
This commit is contained in:
parent
9d867e6d89
commit
0edeeecc1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323953
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user