pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/yara
Module Name: pkgsrc
Committed By: nia
Date: Thu Jun 18 14:43:14 UTC 2026
Modified Files:
pkgsrc/security/yara: Makefile
Log Message:
yara: SunOS wants __EXTENSIONS__ for getline(3).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/yara/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/yara/Makefile
diff -u pkgsrc/security/yara/Makefile:1.16 pkgsrc/security/yara/Makefile:1.17
--- pkgsrc/security/yara/Makefile:1.16 Sun Dec 28 08:15:02 2025
+++ pkgsrc/security/yara/Makefile Thu Jun 18 14:43:14 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/12/28 08:15:02 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/06/18 14:43:14 nia Exp $
.include "../../security/yara/Makefile.common"
@@ -15,6 +15,8 @@ USE_TOOLS+= automake autoreconf flex pkg
GNU_CONFIGURE= yes
TEST_TARGET= check
+CFLAGS.SunOS+= -D__EXTENSIONS__ # getline
+
PKGCONFIG_OVERRIDE+= libyara/yara.pc.in
pre-configure:
Home |
Main Index |
Thread Index |
Old Index