pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/cinepaint
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 8 13:04:01 UTC 2026
Modified Files:
pkgsrc/graphics/cinepaint: Makefile
Log Message:
cinepaint: fix build on -current
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/graphics/cinepaint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/cinepaint/Makefile
diff -u pkgsrc/graphics/cinepaint/Makefile:1.99 pkgsrc/graphics/cinepaint/Makefile:1.100
--- pkgsrc/graphics/cinepaint/Makefile:1.99 Tue Jan 27 08:39:37 2026
+++ pkgsrc/graphics/cinepaint/Makefile Wed Apr 8 13:04:01 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2026/01/27 08:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2026/04/08 13:04:01 wiz Exp $
DISTNAME= cinepaint-1.0-4
PKGNAME= cinepaint-1.0.4
@@ -22,6 +22,10 @@ USE_TOOLS+= pkg-config msgfmt gmake fle
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-python
+CFLAGS+= -Wno-incompatible-pointer-types
+CFLAGS+= -Wno-implicit-function-declaration
+CFLAGS+= -Wno-int-conversion
+
LDFLAGS.SunOS+= -lstdc++ -lsocket -lX11
PKGCONFIG_OVERRIDE= cinepaint-gtk.pc.in
Home |
Main Index |
Thread Index |
Old Index