pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libansilove
Module Name: pkgsrc
Committed By: nia
Date: Fri Dec 19 10:58:24 UTC 2025
Modified Files:
pkgsrc/graphics/libansilove: Makefile
Log Message:
libansilove: Use FORCE_C_STD to gnu99.
This package uses extensions beyond strict C99 and specifying strict C99
causes implicit function declaration errors with recent versions of gcc,
notably on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/libansilove/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/libansilove/Makefile
diff -u pkgsrc/graphics/libansilove/Makefile:1.33 pkgsrc/graphics/libansilove/Makefile:1.34
--- pkgsrc/graphics/libansilove/Makefile:1.33 Thu Oct 23 20:37:37 2025
+++ pkgsrc/graphics/libansilove/Makefile Fri Dec 19 10:58:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2025/10/23 20:37:37 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/12/19 10:58:24 nia Exp $
DISTNAME= libansilove-1.4.2
PKGREVISION= 3
@@ -11,8 +11,7 @@ HOMEPAGE= https://www.ansilove.org/
COMMENT= Library for converting ANSI, ASCII, and other formats to PNG
LICENSE= 2-clause-bsd
-USE_CC_FEATURES= c99
-USE_LANGUAGES= c
+FORCE_C_STD= gnu99
.include "../../devel/cmake/build.mk"
.include "../../graphics/gd/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index