pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hivex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 20 09:01:56 UTC 2026

Modified Files:
        pkgsrc/sysutils/hivex: Makefile

Log Message:
hivex: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/hivex/Makefile

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

Modified files:

Index: pkgsrc/sysutils/hivex/Makefile
diff -u pkgsrc/sysutils/hivex/Makefile:1.33 pkgsrc/sysutils/hivex/Makefile:1.34
--- pkgsrc/sysutils/hivex/Makefile:1.33 Wed Jan  7 08:48:52 2026
+++ pkgsrc/sysutils/hivex/Makefile      Tue Jan 20 09:01:56 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2026/01/07 08:48:52 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2026/01/20 09:01:56 wiz Exp $
 
 DISTNAME=      hivex-1.3.18
 PKGREVISION=   26
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+=      --disable-nls
 
 REPLACE_SH+=           sh/hivexget
 
+CFLAGS+=               -Wno-incompatible-pointer-types
+
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS+=   tools



Home | Main Index | Thread Index | Old Index