pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ecap_clamav_adapter



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Fri Sep  5 09:13:00 UTC 2025

Modified Files:
        pkgsrc/security/ecap_clamav_adapter: Makefile

Log Message:
Add -fpermissive to CXXFLAGS to fix build with new clamav.
While there bump PKGREVISION for clamav update
Pointed out by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/ecap_clamav_adapter/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/ecap_clamav_adapter/Makefile
diff -u pkgsrc/security/ecap_clamav_adapter/Makefile:1.21 pkgsrc/security/ecap_clamav_adapter/Makefile:1.22
--- pkgsrc/security/ecap_clamav_adapter/Makefile:1.21   Thu Apr 17 21:52:13 2025
+++ pkgsrc/security/ecap_clamav_adapter/Makefile        Fri Sep  5 09:12:59 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2025/04/17 21:52:13 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/09/05 09:12:59 bouyer Exp $
 
 DISTNAME=      ecap_clamav_adapter-2.0.0
-PKGREVISION=   17
+PKGREVISION=   18
 CATEGORIES=    security
 MASTER_SITES=  http://www.measurement-factory.com/tmp/ecap/
 
@@ -15,6 +15,8 @@ USE_LANGUAGES=        c c++11
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
+CXXFLAGS+=     -fpermissive
+
 .include "../../security/clamav/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../www/libecap/buildlink3.mk"



Home | Main Index | Thread Index | Old Index