pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/fressh Adjust the warning flags so that this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53acb385594d
branches:  trunk
changeset: 483481:53acb385594d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Nov 12 19:50:10 2004 +0000

description:
Adjust the warning flags so that this pkg builds when using the
security/openssl package.

diffstat:

 security/fressh/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8f9b813e36e7 -r 53acb385594d security/fressh/Makefile
--- a/security/fressh/Makefile  Fri Nov 12 19:09:19 2004 +0000
+++ b/security/fressh/Makefile  Fri Nov 12 19:50:10 2004 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index