pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Aug 17 19:15:47 UTC 2025

Modified Files:
        pkgsrc/print/ghostscript-agpl: Makefile

Log Message:
ghostscript-agpl: force C standard to gnu99

Fix build with gcc 15.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/print/ghostscript-agpl/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/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.99 pkgsrc/print/ghostscript-agpl/Makefile:1.100
--- pkgsrc/print/ghostscript-agpl/Makefile:1.99 Tue Jul  8 12:35:55 2025
+++ pkgsrc/print/ghostscript-agpl/Makefile      Sun Aug 17 19:15:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2025/07/08 12:35:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.100 2025/08/17 19:15:46 bsiegert Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
@@ -22,6 +22,7 @@ LICENSE=      gnu-agpl-v3
 DEPENDS+=              ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
 
 USE_LANGUAGES+=                c c++
+FORCE_C_STD=           gnu99
 USE_TOOLS+=            gmake perl:run lex pkg-config
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_ICONV=   no
@@ -66,7 +67,7 @@ SUBST_MESSAGE.resdir= Fixing resource di
 SUBST_FILES.resdir=    Resource/Init/gs_res.ps
 SUBST_SED.resdir=      -e "s|/Resource/|${GS_RESOURCEDIR}/|g"
 
-# https://www.illumos.org/issues/17491
+# https://www.illumos.org/issues/17491
 SUBST_CLASSES.SunOS+=  assert
 SUBST_STAGE.assert=    pre-configure
 SUBST_FILES.assert=    base/assert_.h



Home | Main Index | Thread Index | Old Index