diff options
author | joerg <joerg> | 2013-09-10 14:43:42 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-09-10 14:43:42 +0000 |
commit | bbd9e93b96499354a5f92721b51cb7f07e5a665c (patch) | |
tree | 0064138c20a4c4d9edf4314be06eceeb509a2e55 /sysutils | |
parent | 220851b17a8050d16228ec341629f90413a8be2e (diff) | |
download | pkgsrc-bbd9e93b96499354a5f92721b51cb7f07e5a665c.tar.gz |
Drop -Wno-traditional for clang.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/easydiskpasswd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/easydiskpasswd/Makefile b/sysutils/easydiskpasswd/Makefile index 74efbb6889b..ac12fef62f4 100644 --- a/sysutils/easydiskpasswd/Makefile +++ b/sysutils/easydiskpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 19:51:00 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/09/10 14:43:42 joerg Exp $ DISTNAME= easydiskpasswd-1.0 PKGREVISION= 1 @@ -17,6 +17,11 @@ INSTALLATION_DIRS= bin # and the "make" infrastructure ONLY_FOR_PLATFORM= NetBSD-[3-9]*-* +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) +BUILDLINK_TRANSFORM+= rm:-Wno-traditional +.endif + do-extract: ${CP} ${FILESDIR}/easydiskpasswd.c ${FILESDIR}/Makefile ${WRKSRC} |