summaryrefslogtreecommitdiff
path: root/security/fressh
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-04 12:10:35 +0000
committerwiz <wiz>2004-12-04 12:10:35 +0000
commit3928102b910fec9a935c9a6830a2695bce3daba1 (patch)
treeafc918b697c41a3c9b49952bb3b48a9daea7e2dd /security/fressh
parent636c29e24935d4753277a080ef14a447c7a74a24 (diff)
downloadpkgsrc-3928102b910fec9a935c9a6830a2695bce3daba1.tar.gz
Too many (un)signed char problems on -current: turn off -Werror.
Diffstat (limited to 'security/fressh')
-rw-r--r--security/fressh/Makefile4
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"