summaryrefslogtreecommitdiff
path: root/security/fressh
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-11-12 19:50:10 +0000
committerkristerw <kristerw>2004-11-12 19:50:10 +0000
commita0aaddaf4f4101e924414844f69b3b8e550dcd54 (patch)
tree4c354e027c00b247c0015a9bd28395875b6bba32 /security/fressh
parent8ce24f5d2ef199a4d8f546bfdbad86875963edb3 (diff)
downloadpkgsrc-a0aaddaf4f4101e924414844f69b3b8e550dcd54.tar.gz
Adjust the warning flags so that this pkg builds when using the
security/openssl package.
Diffstat (limited to 'security/fressh')
-rw-r--r--security/fressh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/fressh/Makefile b/security/fressh/Makefile
index 33edd8c13aa..48cf1ef2374 100644
--- a/security/fressh/Makefile
+++ b/security/fressh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:18:08 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/12 19:50:10 kristerw Exp $
DISTNAME= fressh-0.8.1
PKGREVISION= 2
@@ -12,5 +12,8 @@ COMMENT= New, free, rewritten implementation of the SSH communication protocol
USE_BUILDLINK3= yes
+# Some versions of the openssl header files gives warnings.
+BUILDLINK_TRANSFORM+= rm:-Wstrict-prototypes
+
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"