pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/simage



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr  6 17:24:34 UTC 2026

Modified Files:
        pkgsrc/graphics/simage: Makefile

Log Message:
simage: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/simage/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/simage/Makefile
diff -u pkgsrc/graphics/simage/Makefile:1.38 pkgsrc/graphics/simage/Makefile:1.39
--- pkgsrc/graphics/simage/Makefile:1.38        Sun Feb  8 10:55:32 2026
+++ pkgsrc/graphics/simage/Makefile     Mon Apr  6 17:24:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2026/02/08 10:55:32 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2026/04/06 17:24:34 wiz Exp $
 
 DISTNAME=              simage-1.8.3
 PKGREVISION=           3
@@ -18,6 +18,8 @@ USE_LIBTOOL=          yes
 
 CONFIGURE_ARGS+=       --with-xwd --with-mpeg2enc
 
+CFLAGS+=               -Wno-implicit-function-declaration
+
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index