pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/hplip
Module Name: pkgsrc
Committed By: wiz
Date: Fri Sep 4 09:06:18 UTC 2026
Modified Files:
pkgsrc/print/hplip: Makefile
Log Message:
hplip: fix build with gcc 14
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 pkgsrc/print/hplip/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/hplip/Makefile
diff -u pkgsrc/print/hplip/Makefile:1.129 pkgsrc/print/hplip/Makefile:1.130
--- pkgsrc/print/hplip/Makefile:1.129 Wed Sep 2 19:04:09 2026
+++ pkgsrc/print/hplip/Makefile Fri Sep 4 09:06:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.129 2026/09/02 19:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2026/09/04 09:06:18 wiz Exp $
DISTNAME= hplip-3.19.12
PKGREVISION= 40
@@ -22,6 +22,10 @@ PKG_USERS_VARS+= CUPS_USER
BUILD_DEFS+= CUPS_USER CUPS_GROUP VARBASE
+CFLAGS+= -Wno-implicit-function-declaration
+CFLAGS+= -Wno-int-conversion
+CFLAGS+= -Wno-implicit-int
+
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= aclocal autoconf automake gmake pkg-config
Home |
Main Index |
Thread Index |
Old Index