pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/avcheck Work around non-termination of the bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1ddbe615e0a
branches:  trunk
changeset: 462420:b1ddbe615e0a
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Oct 02 09:50:26 2003 +0000

description:
Work around non-termination of the build when using Solaris sed.

diffstat:

 security/avcheck/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 26d85624e3f6 -r b1ddbe615e0a security/avcheck/Makefile
--- a/security/avcheck/Makefile Thu Oct 02 09:22:06 2003 +0000
+++ b/security/avcheck/Makefile Thu Oct 02 09:50:26 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:52:51 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/10/02 09:50:26 gavan Exp $
 
 DISTNAME=      avcheck-0.9
 CATEGORIES=    security mail
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://www.corpit.ru/avcheck/
 COMMENT=       Mail content filter for SMTP servers
 
+USE_GNU_TOOLS+=        sed
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/avcheck ${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/uchroot ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index