pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/clamav Pull in GNU sed, required for correct ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9a03db8e678
branches:  trunk
changeset: 349423:d9a03db8e678
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jul 07 14:36:34 2016 +0000

description:
Pull in GNU sed, required for correct LLVM detection.  Fixes SunOS.

diffstat:

 security/clamav/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5f98d678bf68 -r d9a03db8e678 security/clamav/Makefile
--- a/security/clamav/Makefile  Thu Jul 07 13:59:08 2016 +0000
+++ b/security/clamav/Makefile  Thu Jul 07 14:36:34 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/06/12 16:06:01 taca Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/07 14:36:34 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -6,6 +6,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
+USE_TOOLS+=            gsed
 GNU_CONFIGURE=         yes
 SET_LIBDIR=            yes
 CONFIGURE_ARGS+=       --disable-clamav



Home | Main Index | Thread Index | Old Index