pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/clamav



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul  7 14:36:34 UTC 2016

Modified Files:
        pkgsrc/security/clamav: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/clamav/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/clamav/Makefile
diff -u pkgsrc/security/clamav/Makefile:1.31 pkgsrc/security/clamav/Makefile:1.32
--- pkgsrc/security/clamav/Makefile:1.31        Sun Jun 12 16:06:01 2016
+++ pkgsrc/security/clamav/Makefile     Thu Jul  7 14:36:34 2016
@@ -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 @@ COMMENT=        Anti-virus toolkit
 
 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