pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/epiphany



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 15 16:07:51 UTC 2026

Modified Files:
        pkgsrc/www/epiphany: Makefile

Log Message:
epiphany: silence a warning to improve build on -current

currently broken due to nettle 4


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 pkgsrc/www/epiphany/Makefile

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

Modified files:

Index: pkgsrc/www/epiphany/Makefile
diff -u pkgsrc/www/epiphany/Makefile:1.241 pkgsrc/www/epiphany/Makefile:1.242
--- pkgsrc/www/epiphany/Makefile:1.241  Thu May 14 16:42:19 2026
+++ pkgsrc/www/epiphany/Makefile        Fri May 15 16:07:51 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.241 2026/05/14 16:42:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.242 2026/05/15 16:07:51 wiz Exp $
 
 DISTNAME=      epiphany-40.6
 PKGREVISION=   32
@@ -17,6 +17,7 @@ USE_TOOLS+=   gdbus-codegen
 MESON_ARGS+=   -Dlibportal=disabled
 MESON_ARGS+=   -Dunit_tests=disabled
 
+CFLAGS+=       -Wno-int-conversion
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/epiphany
 
 PYTHON_FOR_BUILD_ONLY= tool



Home | Main Index | Thread Index | Old Index