diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-04 12:10:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-04 12:10:35 +0000 |
commit | fb6616bc6b57e67296b0a50cd48a7848fc39dcc9 (patch) | |
tree | afc918b697c41a3c9b49952bb3b48a9daea7e2dd /security/fressh | |
parent | 40a21ec785137942e90d59edf0e08cd5f40d35cb (diff) | |
download | pkgsrc-fb6616bc6b57e67296b0a50cd48a7848fc39dcc9.tar.gz |
Too many (un)signed char problems on -current: turn off -Werror.
Diffstat (limited to 'security/fressh')
-rw-r--r-- | security/fressh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/fressh/Makefile b/security/fressh/Makefile index 48cf1ef2374..06d0cd002a6 100644 --- a/security/fressh/Makefile +++ b/security/fressh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/11/12 19:50:10 kristerw Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/04 12:10:35 wiz Exp $ DISTNAME= fressh-0.8.1 PKGREVISION= 2 @@ -14,6 +14,8 @@ USE_BUILDLINK3= yes # Some versions of the openssl header files gives warnings. BUILDLINK_TRANSFORM+= rm:-Wstrict-prototypes +# too many unsigned char problems on -current +BUILDLINK_TRANSFORM+= rm:-Werror .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |